Unit#8 - Top - Most Popular DS Algorithms
Unit#8 - Top - Most Popular DS Algorithms
• GrowTree(TrainingData D)
• Partition(D);
• Partition(Data D)
• if (all points in D belong to the same class) then
• return;
• for each attribute A do
• evaluate splits on attribute A;
• use best split found to partition D into D1 and D2;
• Partition(D1);
• Partition(D2);
EM Algorithm
• Initialize K cluster centers
• Iterate between two steps
• Expectation step: assign points to clusters