Package | Description |
---|---|
org.encog.ensemble | |
org.encog.ensemble.adaboost | |
org.encog.ensemble.bagging | |
org.encog.ensemble.stacking |
Modifier and Type | Method and Description |
---|---|
abstract EnsembleTypes.ProblemType |
Ensemble.getProblemType()
Return what type of problem this Ensemble is solving
|
static EnsembleTypes.ProblemType |
EnsembleTypes.ProblemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnsembleTypes.ProblemType[] |
EnsembleTypes.ProblemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnsembleTypes.ProblemType |
AdaBoost.getProblemType() |
Modifier and Type | Method and Description |
---|---|
EnsembleTypes.ProblemType |
Bagging.getProblemType() |
Modifier and Type | Method and Description |
---|---|
EnsembleTypes.ProblemType |
Stacking.getProblemType() |
Copyright © 2014. All Rights Reserved.