Package | Description |
---|---|
org.encog.ml | |
org.encog.ml.ea.train.basic | |
org.encog.ml.hmm.train.bw | |
org.encog.ml.hmm.train.kmeans | |
org.encog.ml.train | |
org.encog.neural.freeform.training |
Modifier and Type | Method and Description |
---|---|
static TrainingImplementationType |
TrainingImplementationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingImplementationType[] |
TrainingImplementationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TrainingImplementationType |
TrainEA.getImplementationType() |
Modifier and Type | Method and Description |
---|---|
TrainingImplementationType |
BaseBaumWelch.getImplementationType() |
Modifier and Type | Method and Description |
---|---|
TrainingImplementationType |
TrainKMeans.getImplementationType() |
Modifier and Type | Method and Description |
---|---|
TrainingImplementationType |
BasicTraining.getImplementationType() |
TrainingImplementationType |
MLTrain.getImplementationType() |
Constructor and Description |
---|
BasicTraining(TrainingImplementationType implementationType) |
Modifier and Type | Method and Description |
---|---|
TrainingImplementationType |
FreeformPropagationTraining.getImplementationType() |
Copyright © 2014. All Rights Reserved.