Uses of Class
weka.filters.supervised.attribute.NominalToBinary
Packages that use NominalToBinary
-
Uses of NominalToBinary in weka.classifiers.trees.lmt
Constructors in weka.classifiers.trees.lmt with parameters of type NominalToBinaryModifierConstructorDescriptionLMTNode
(ModelSelection modelSelection, int numBoostingIterations, boolean fastRegression, boolean errorOnProbabilities, int minNumInstances, double weightTrimBeta, boolean useAIC, NominalToBinary ntb, int numDecimalPlaces) Constructor for logistic model tree node.