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

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

Introduction

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

The text is from its open source code.

Method

PreConstructedLinearModelgetModel()
Get the linear model at this node
booleanisLeaf()
Return true if this node is a leaf
RuleNodeleftNode()
Get the left child of this node
RuleNodeparentNode()
Get the parent of this node
RuleNoderightNode()
Get the right child of this node
intsplitAtt()
Get the index of the splitting attribute for this node
doublesplitVal()
Get the split point for this node