Uses of Interface
org.encog.ml.MLResettable

Packages that use MLResettable
org.encog.ml.bayesian   
org.encog.neural.art   
org.encog.neural.cpn   
org.encog.neural.freeform   
org.encog.neural.networks   
org.encog.neural.rbf   
org.encog.neural.som   
org.encog.neural.thermal   
 

Uses of MLResettable in org.encog.ml.bayesian
 

Classes in org.encog.ml.bayesian that implement MLResettable
 class BayesianNetwork
          The Bayesian Network is a machine learning method that is based on probability, and particularly Bayes' Rule.
 

Uses of MLResettable in org.encog.neural.art
 

Classes in org.encog.neural.art that implement MLResettable
 class ART1
          Implements an ART1 neural network.
 

Uses of MLResettable in org.encog.neural.cpn
 

Classes in org.encog.neural.cpn that implement MLResettable
 class CPN
          Counterpropagation Neural Networks (CPN) were developed by Professor Robert Hecht-Nielsen in 1987.
 

Uses of MLResettable in org.encog.neural.freeform
 

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

Uses of MLResettable in org.encog.neural.networks
 

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

Uses of MLResettable in org.encog.neural.rbf
 

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

Uses of MLResettable in org.encog.neural.som
 

Classes in org.encog.neural.som that implement MLResettable
 class SOM
          A self organizing map neural network.
 

Uses of MLResettable in org.encog.neural.thermal
 

Classes in org.encog.neural.thermal that implement MLResettable
 class BoltzmannMachine
          Implements a Boltzmann machine.
 class HopfieldNetwork
          Implements a Hopfield network.
 class ThermalNetwork
          The thermal network forms the base class for Hopfield and Boltzmann machines.
 



Copyright © 2014. All Rights Reserved.