Package org.encog.neural.pnn

This package contains the classes for the PNN.

See:
          Description

Class Summary
AbstractPNN Abstract class to build PNN networks upon.
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.
PersistBasicPNN Persist a PNN.
 

Enum Summary
PNNKernelType Specifies the kernel type for the PNN.
PNNOutputMode The output mode that will be used by the PNN.
 

Package org.encog.neural.pnn Description

This package contains the classes for the PNN.



Copyright © 2011. All Rights Reserved.