org.encog.ensemble.aggregator
Class MetaClassifier
java.lang.Object
org.encog.ensemble.aggregator.MetaClassifier
- All Implemented Interfaces:
- EnsembleAggregator
public class MetaClassifier
- extends Object
- implements EnsembleAggregator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaClassifier
public MetaClassifier(double trainError,
EnsembleMLMethodFactory mlFact,
EnsembleTrainFactory etFact)
evaluate
public MLData evaluate(ArrayList<MLData> outputs)
- Specified by:
evaluate
in interface EnsembleAggregator
getLabel
public String getLabel()
- Specified by:
getLabel
in interface EnsembleAggregator
train
public void train()
- Specified by:
train
in interface EnsembleAggregator
setTrainingSet
public void setTrainingSet(EnsembleDataSet trainingSet)
- Specified by:
setTrainingSet
in interface EnsembleAggregator
needsTraining
public boolean needsTraining()
- Specified by:
needsTraining
in interface EnsembleAggregator
Copyright © 2014. All Rights Reserved.