Uses of Package
org.encog.neural.pnn

Packages that use org.encog.neural.pnn
org.encog.neural.networks.training.pnn This package provides PNN training. 
org.encog.neural.pattern This package contains many helper classes to create neural network types. 
org.encog.neural.pnn This package contains the classes for the PNN. 
 

Classes in org.encog.neural.pnn used by org.encog.neural.networks.training.pnn
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.
 

Classes in org.encog.neural.pnn used by org.encog.neural.pattern
PNNKernelType
          Specifies the kernel type for the PNN.
PNNOutputMode
          The output mode that will be used by the PNN.
 

Classes in org.encog.neural.pnn used by org.encog.neural.pnn
AbstractPNN
          Abstract class to build PNN networks upon.
PNNKernelType
          Specifies the kernel type for the PNN.
PNNOutputMode
          The output mode that will be used by the PNN.
 



Copyright © 2011. All Rights Reserved.