Package com.imsl.test.example.datamining.decisionTree
package com.imsl.test.example.datamining.decisionTree
Decision tree examples.
-
ClassesClassDescriptionFits a decision tree to the golf data using C45 and ALACART.Fits a decision tree to categorical data using CHAID and prints the decision tree.Fits a decision tree to categorical data using C45 and prints the decision tree.Fits a decision tree to the Kyphosis data using QUEST.Fits a decision tree to mixed-type data using QUEST and prunes the decision tree.Fits a random forest to the Kyphosis data using ALACART decision trees and generates predictions on a test set.Fits a random forest to Fisher's Iris data using ALACART decision trees.Fits a random forest using C45 decision trees and calculates variable importance.