Uses of Class
org.encog.ml.TrainingImplementationType

Packages that use TrainingImplementationType
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   
 

Uses of TrainingImplementationType in org.encog.ml
 

Methods in org.encog.ml that return TrainingImplementationType
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.
 

Uses of TrainingImplementationType in org.encog.ml.ea.train.basic
 

Methods in org.encog.ml.ea.train.basic that return TrainingImplementationType
 TrainingImplementationType TrainEA.getImplementationType()
          
 

Uses of TrainingImplementationType in org.encog.ml.hmm.train.bw
 

Methods in org.encog.ml.hmm.train.bw that return TrainingImplementationType
 TrainingImplementationType BaseBaumWelch.getImplementationType()
           
 

Uses of TrainingImplementationType in org.encog.ml.hmm.train.kmeans
 

Methods in org.encog.ml.hmm.train.kmeans that return TrainingImplementationType
 TrainingImplementationType TrainKMeans.getImplementationType()
           
 

Uses of TrainingImplementationType in org.encog.ml.train
 

Methods in org.encog.ml.train that return TrainingImplementationType
 TrainingImplementationType BasicTraining.getImplementationType()
           
 TrainingImplementationType MLTrain.getImplementationType()
           
 

Constructors in org.encog.ml.train with parameters of type TrainingImplementationType
BasicTraining(TrainingImplementationType implementationType)
           
 

Uses of TrainingImplementationType in org.encog.neural.freeform.training
 

Methods in org.encog.neural.freeform.training that return TrainingImplementationType
 TrainingImplementationType FreeformPropagationTraining.getImplementationType()
           
 



Copyright © 2014. All Rights Reserved.