Package | Description |
---|---|
org.encog.ensemble | |
org.encog.ensemble.adaboost | |
org.encog.ensemble.aggregator | |
org.encog.ensemble.bagging | |
org.encog.ensemble.stacking | |
org.encog.ensemble.training |
Modifier and Type | Field and Description |
---|---|
protected EnsembleTrainFactory |
Ensemble.trainFactory |
Modifier and Type | Method and Description |
---|---|
void |
Ensemble.setTrainingMethod(EnsembleTrainFactory newTrainFactory)
Set the training method to use for this ensemble
|
Constructor and Description |
---|
AdaBoost(int iterationsT,
int dataSetSize,
EnsembleMLMethodFactory mlFactory,
EnsembleTrainFactory trainFactory,
EnsembleAggregator aggregator) |
Constructor and Description |
---|
MetaClassifier(double trainError,
EnsembleMLMethodFactory mlFact,
EnsembleTrainFactory etFact) |
Constructor and Description |
---|
Bagging(int splits,
int dataSetSize,
EnsembleMLMethodFactory mlFactory,
EnsembleTrainFactory trainFactory,
EnsembleAggregator aggregator) |
Constructor and Description |
---|
Stacking(int splits,
int dataSetSize,
EnsembleMLMethodFactory mlFactory,
EnsembleTrainFactory trainFactory,
EnsembleAggregator aggregator) |
Modifier and Type | Class and Description |
---|---|
class |
BackpropagationFactory |
class |
LevenbergMarquardtFactory |
class |
ManhattanPropagationFactory |
class |
ResilientPropagationFactory |
class |
ScaledConjugateGradientFactory |
Copyright © 2014. All Rights Reserved.