Package weka.classifiers.trees.m5
-
Interface Summary Interface Description SplitEvaluate Interface for objects that determine a split point on an attribute -
Class Summary Class Description CorrelationSplitInfo Finds split points using correlation.Impurity Class for handling the impurity values when spliting the instancesM5Base M5Base.PreConstructedLinearModel This class encapsulates a linear regression function.Rule Generates a single m5 tree or ruleRuleNode Constructs a node for use in an m5 tree or ruleValues Stores some statistics.YongSplitInfo Stores split information.