Java weka.classifiers.trees M5P fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.trees M5P fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.trees M5P.

The text is from its open source code.

Constructor

M5P()
Creates a new M5P instance.

Method

voidbuildClassifier(Instances data)
Generates the classifier.
doubleclassifyInstance(Instance inst)
Calculates a prediction for an instance using a set of rules or an M5 model tree
RuleNodegetM5RootNode()
Stringgraph()
Return a dot style String describing the tree.
voidsetMinNumInstances(double minNum)
Set the minimum number of instances to allow at a leaf node
voidsetOptions(String[] options)
Parses a given list of options.
voidsetSaveInstances(boolean save)
Set whether to save instance data at each node in the tree for visualization purposes