Uses of Interface
org.encog.ml.MLEncodable

Packages that use MLEncodable
org.encog.ml.genetic   
org.encog.neural.freeform   
org.encog.neural.networks   
org.encog.neural.networks.training.anneal   
org.encog.neural.rbf   
 

Uses of MLEncodable in org.encog.ml.genetic
 

Methods in org.encog.ml.genetic that return MLEncodable
 MLEncodable MLMethodGenome.getPhenotype()
           
 

Methods in org.encog.ml.genetic with parameters of type MLEncodable
 void MLMethodGenome.setPhenotype(MLEncodable phenotype)
           
 

Constructors in org.encog.ml.genetic with parameters of type MLEncodable
MLMethodGenome(MLEncodable thePhenotype)
          Construct a neural genome.
 

Uses of MLEncodable in org.encog.neural.freeform
 

Classes in org.encog.neural.freeform that implement MLEncodable
 class FreeformNetwork
          Implements a freefrom neural network.
 

Uses of MLEncodable in org.encog.neural.networks
 

Classes in org.encog.neural.networks that implement MLEncodable
 class BasicNetwork
          This class implements a neural network.
 

Uses of MLEncodable in org.encog.neural.networks.training.anneal
 

Methods in org.encog.neural.networks.training.anneal that return MLEncodable
 MLEncodable NeuralSimulatedAnnealing.getMethod()
          Get the current best machine learning method from the training.
 

Constructors in org.encog.neural.networks.training.anneal with parameters of type MLEncodable
NeuralSimulatedAnnealing(MLEncodable network, CalculateScore calculateScore, double startTemp, double stopTemp, int cycles)
          Construct a simulated annleaing trainer for a encodable MLMethod.
 

Uses of MLEncodable in org.encog.neural.rbf
 

Classes in org.encog.neural.rbf that implement MLEncodable
 class RBFNetwork
          RBF neural network.
 



Copyright © 2014. All Rights Reserved.