Package | Description |
---|---|
weka.classifiers.trees.adtree |
Modifier and Type | Method and Description |
---|---|
ReferenceInstances |
TwoWayNominalSplit.instancesDownBranch(int branch,
Instances instances)
Gets the subset of instances that apply to a particluar branch of the split.
|
ReferenceInstances |
TwoWayNumericSplit.instancesDownBranch(int branch,
Instances instances)
Gets the subset of instances that apply to a particluar branch of the split.
|
abstract ReferenceInstances |
Splitter.instancesDownBranch(int branch,
Instances sourceInstances)
Gets the subset of instances that apply to a particluar branch of the split.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.