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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidbuildClassifier(Instances data)
Builds classifier.
doubleclassifyInstance(Instance instance)
Classifies the given test instance.
intgetNumFolds()
Get the value of NumFolds.
Stringgraph()
Outputs the decision tree as a graph
voidsetMaxDepth(int newMaxDepth)
Set the value of MaxDepth.
voidsetNoPruning(boolean newNoPruning)
Set the value of NoPruning.
voidsetNumFolds(int newNumFolds)
Set the value of NumFolds.
StringtoString()
Outputs the decision tree.