Data mining tasks

There are four major tasks in Data Mining:

Classification
Clustering
Association Rule Discovery
Sequential Pattern Discovery

Classification

In this task, data will be defined in terms of attributes, one of which is the class. It will find a model for class attribute as a function of the values of other (predictor) attributes, such that previously unseen records can be assigned a class as accurately as possible.

Continue Reading