/ blog

# Complex Data Types (Advanced Data Mining Methods)

# Sequence Data

You have an ordered list or stream, with or without time.

EX: biological sequence, stock price, transaction history

# Time Series Data

Sequence data that changes over time.

Typically look at a combined signal of:

# Graph Data

G = (V, E) relationships between entities, very powerful abstraction.

# Online Social Network (OSN) Data

Special type of graph with users, groups, content, and interactions.

# Web Data

Build search engines, recommender systems, knowledge graphs

Relates to data fusion, where you cluster multi modal data.

Check out KDD conference for state of the art.