Uses of Class
weka.classifiers.trees.j48.ClassifierSplitModel
Packages that use ClassifierSplitModel
-
Uses of ClassifierSplitModel in weka.classifiers.trees.j48
Subclasses of ClassifierSplitModel in weka.classifiers.trees.j48Modifier and TypeClassDescriptionclassClass implementing a binary C4.5-like split on an attribute.classClass implementing a C4.5-type split on an attribute.final classClass implementing a "no-split"-split (leaf node) for naive bayes trees.classClass implementing a NBTree split on an attribute.final classClass implementing a "no-split"-split.Methods in weka.classifiers.trees.j48 that return ClassifierSplitModelModifier and TypeMethodDescriptionClassifierTree.getLocalModel()final ClassifierSplitModelBinC45ModelSelection.selectModel(Instances data) Selects C4.5-type split for the given dataset.final ClassifierSplitModelBinC45ModelSelection.selectModel(Instances train, Instances test) Selects C4.5-type split for the given dataset.C45ModelSelection.selectModel(Instances data) Selects C4.5-type split for the given dataset.final ClassifierSplitModelC45ModelSelection.selectModel(Instances train, Instances test) Selects C4.5-type split for the given dataset.abstract ClassifierSplitModelModelSelection.selectModel(Instances data) Selects a model for the given dataset.ModelSelection.selectModel(Instances train, Instances test) Selects a model for the given train data using the given test datafinal ClassifierSplitModelNBTreeModelSelection.selectModel(Instances data) Selects NBTree-type split for the given dataset.final ClassifierSplitModelNBTreeModelSelection.selectModel(Instances train, Instances test) Selects NBTree-type split for the given dataset.Constructors in weka.classifiers.trees.j48 with parameters of type ClassifierSplitModelModifierConstructorDescriptionDistribution(Instances source, ClassifierSplitModel modelToUse) Creates a distribution according to given instances and split model. -
Uses of ClassifierSplitModel in weka.classifiers.trees.lmt
Subclasses of ClassifierSplitModel in weka.classifiers.trees.lmtModifier and TypeClassDescriptionclassHelper class for logistic model trees (weka.classifiers.trees.lmt.LMT) to implement the splitting criterion based on residuals of the LogitBoost algorithm.Methods in weka.classifiers.trees.lmt that return ClassifierSplitModelModifier and TypeMethodDescriptionfinal ClassifierSplitModelResidualModelSelection.selectModel(Instances train) Method not in usefinal ClassifierSplitModelResidualModelSelection.selectModel(Instances data, double[][] dataZs, double[][] dataWs) Selects split based on residuals for the given dataset.final ClassifierSplitModelResidualModelSelection.selectModel(Instances train, Instances test) Method not in use