Uses of Class
org.encog.ml.TrainingImplementationType

Packages that use TrainingImplementationType
org.encog.ml This package contains all of the classes for Machine Learning. 
org.encog.ml.train   
org.encog.neural.neat.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.train
 

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

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

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

Methods in org.encog.neural.neat.training that return TrainingImplementationType
 TrainingImplementationType NEATTraining.getImplementationType()
           
 



Copyright © 2011. All Rights Reserved.