Package | Description |
---|---|
moa.classifiers.trees |
Modifier and Type | Method and Description |
---|---|
void |
ORTO.Node.calculateDetph(ORTO tree) |
void |
ORTO.InnerNode.calculateDetph(ORTO tree) |
AttributeSplitSuggestion[] |
ORTO.ActiveLearningNode.getBestSplitSuggestions(SplitCriterion criterion,
ORTO tree)
Return the best split suggestions for this node using the given split criteria
|
double[] |
ORTO.Node.getPrediction(weka.core.Instance inst,
ORTO tree) |
double[] |
ORTO.SplitNode.getPrediction(weka.core.Instance inst,
ORTO tree) |
double[] |
ORTO.OptionNode.getPrediction(weka.core.Instance inst,
ORTO tree) |
double[] |
ORTO.ActiveLearningNode.getPrediction(weka.core.Instance inst,
ORTO tree) |
double[] |
ORTO.Node.processInstance(weka.core.Instance inst,
ORTO tree) |
double[] |
ORTO.SplitNode.processInstance(weka.core.Instance inst,
ORTO tree) |
double[] |
ORTO.OptionNode.processInstance(weka.core.Instance inst,
ORTO tree) |
double[] |
ORTO.ActiveLearningNode.processInstance(weka.core.Instance inst,
ORTO tree) |
void |
ORTO.ORTOPerceptron.trainOnInstanceImpl(weka.core.Instance inst,
ORTO ft)
Update the model using the provided instance
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.