Uses of Interface
org.encog.persist.EncogPersistor

Packages that use EncogPersistor
org.encog.ml.svm This package contains all of the classes for support vector machines. 
org.encog.neural.art This package contains the classes for ART neural networks. 
org.encog.neural.bam THis package contains the classes for BAM networks. 
org.encog.neural.cpn This package contains the classes for CPN networks. 
org.encog.neural.neat   
org.encog.neural.networks This package contains the neural network machine learning methods. 
org.encog.neural.networks.training.propagation This package provides propagation training for neural networks. 
org.encog.neural.pnn This package contains the classes for the PNN. 
org.encog.neural.rbf This package contains classes for RBF networks. 
org.encog.neural.som This package contains classes for the SOM. 
org.encog.neural.thermal This package implements thermal neural networks, such as Hopfield and Boltzmann machines. 
org.encog.persist   
 

Uses of EncogPersistor in org.encog.ml.svm
 

Classes in org.encog.ml.svm that implement EncogPersistor
 class PersistSVM
          Persist a SVM.
 

Uses of EncogPersistor in org.encog.neural.art
 

Classes in org.encog.neural.art that implement EncogPersistor
 class PersistART1
          Persist an ART1 network.
 

Uses of EncogPersistor in org.encog.neural.bam
 

Classes in org.encog.neural.bam that implement EncogPersistor
 class PersistBAM
          Persist the BAM network.
 

Uses of EncogPersistor in org.encog.neural.cpn
 

Classes in org.encog.neural.cpn that implement EncogPersistor
 class PersistCPN
          Persist a CPN network.
 

Uses of EncogPersistor in org.encog.neural.neat
 

Classes in org.encog.neural.neat that implement EncogPersistor
 class PersistNEATNetwork
           
 class PersistNEATPopulation
           
 

Uses of EncogPersistor in org.encog.neural.networks
 

Classes in org.encog.neural.networks that implement EncogPersistor
 class PersistBasicNetwork
          Persist a basic network.
 

Uses of EncogPersistor in org.encog.neural.networks.training.propagation
 

Classes in org.encog.neural.networks.training.propagation that implement EncogPersistor
 class PersistTrainingContinuation
          Persist the training continuation.
 

Uses of EncogPersistor in org.encog.neural.pnn
 

Classes in org.encog.neural.pnn that implement EncogPersistor
 class PersistBasicPNN
          Persist a PNN.
 

Uses of EncogPersistor in org.encog.neural.rbf
 

Classes in org.encog.neural.rbf that implement EncogPersistor
 class PersistRBFNetwork
          Persist a RBF network.
 

Uses of EncogPersistor in org.encog.neural.som
 

Classes in org.encog.neural.som that implement EncogPersistor
 class PersistSOM
          Persist the SOM.
 

Uses of EncogPersistor in org.encog.neural.thermal
 

Classes in org.encog.neural.thermal that implement EncogPersistor
 class PersistBoltzmann
          Persist the Boltzmann machine.
 class PersistHopfield
          Persist the Hopfield network.
 

Uses of EncogPersistor in org.encog.persist
 

Methods in org.encog.persist that return EncogPersistor
 EncogPersistor PersistorRegistry.getPersistor(Class<?> clazz)
          Get a persistor.
 EncogPersistor PersistorRegistry.getPersistor(String name)
          Get the persistor by name.
 

Methods in org.encog.persist with parameters of type EncogPersistor
 void PersistorRegistry.add(EncogPersistor persistor)
          Add a persistor.
 



Copyright © 2011. All Rights Reserved.