Data Mining
Classification: Basic Concepts, Decision
Trees, and Model Evaluation
Lecture Notes for Chapter 4
Introduction to Data Mining
by
Tan, Steinbach, Kumar
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 1
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 2
Classification: Definition
OGiven a collection of records (training set )
–Each record contains a set of attributes, one of the
attributes is the class.
OFind a model for class attribute as a function
of the values of other attributes.
OGoal: previously unseen records should be
assigned a class as accurately as possible.
–A test set is used to determine the accuracy of the
model. Usually, the given data set is divided into
training and test sets, with training set used to build
the model and test set used to validate it.