| Package | Description |
|---|---|
| weka.classifiers.trees.adtree |
| Modifier and Type | Class and Description |
|---|---|
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'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictionNode.addChild(Splitter newChild,
ADTree addingTo)
Adds a child to this node.
|
abstract boolean |
Splitter.equalTo(Splitter compare)
Tests whether two splitters are equivalent.
|
boolean |
TwoWayNominalSplit.equalTo(Splitter compare)
Tests whether two splitters are equivalent.
|
boolean |
TwoWayNumericSplit.equalTo(Splitter compare)
Tests whether two splitters are equivalent.
|
Copyright © 2021 University of Waikato, Hamilton, NZ. All rights reserved.