|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Splitter | |
|---|---|
| weka.classifiers.trees.adtree | |
| Uses of Splitter in weka.classifiers.trees.adtree |
|---|
| Subclasses of Splitter in weka.classifiers.trees.adtree | |
|---|---|
class |
TwoWayNominalSplit
Class representing a two-way split on a nominal attribute, of the form: either 'is some_value' or 'is not some_value'. |
class |
TwoWayNumericSplit
Class representing a two-way split on a numeric attribute, of the form: either 'is < some_value' or 'is >= some_value'. |
| Methods in weka.classifiers.trees.adtree with parameters of type Splitter | |
|---|---|
void |
PredictionNode.addChild(Splitter newChild,
ADTree addingTo)
Adds a child to this node. |
boolean |
TwoWayNominalSplit.equalTo(Splitter compare)
Tests whether two splitters are equivalent. |
boolean |
TwoWayNumericSplit.equalTo(Splitter compare)
Tests whether two splitters are equivalent. |
abstract boolean |
Splitter.equalTo(Splitter compare)
Tests whether two splitters are equivalent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||