Package | Description |
---|---|
weka.classifiers.trees | |
weka.classifiers.trees.adtree |
Modifier and Type | Field and Description |
---|---|
protected ReferenceInstances |
ADTree.m_negTrainInstances
The training instances with negative class - referencing the training dataset
|
protected ReferenceInstances |
ADTree.m_posTrainInstances
The training instances with positive class - referencing the training dataset
|
protected ReferenceInstances |
LADTree.m_trainInstances |
Modifier and Type | Method and Description |
---|---|
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.
|
ReferenceInstances |
TwoWayNominalSplit.instancesDownBranch(int branch,
Instances instances)
Gets the subset of instances that apply to a particluar branch of the split.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.