Uses of Class
org.encog.neural.pnn.AbstractPNN

Packages that use AbstractPNN
org.encog.neural.pnn This package contains the classes for the PNN. 
 

Uses of AbstractPNN in org.encog.neural.pnn
 

Subclasses of AbstractPNN in org.encog.neural.pnn
 class BasicPNN
          This class implements either a: Probabilistic Neural Network (PNN) General Regression Neural Network (GRNN) To use a PNN specify an output mode of classification, to make use of a GRNN specify either an output mode of regression or un-supervised autoassociation.
 



Copyright © 2011. All Rights Reserved.