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

Packages that use PNNKernelType
org.encog.neural.pattern   
org.encog.neural.pnn   
 

Uses of PNNKernelType in org.encog.neural.pattern
 

Methods in org.encog.neural.pattern that return PNNKernelType
 PNNKernelType PNNPattern.getKernel()
           
 

Methods in org.encog.neural.pattern with parameters of type PNNKernelType
 void PNNPattern.setKernel(PNNKernelType kernel)
          Set the kernel type.
 

Uses of PNNKernelType in org.encog.neural.pnn
 

Methods in org.encog.neural.pnn that return PNNKernelType
 PNNKernelType AbstractPNN.getKernel()
           
static PNNKernelType PersistBasicPNN.stringToKernel(String k)
          Convert a string to a PNN kernel.
static PNNKernelType PNNKernelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PNNKernelType[] PNNKernelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.neural.pnn with parameters of type PNNKernelType
static String PersistBasicPNN.kernelToString(PNNKernelType k)
          Convert a kernel type to a string.
 

Constructors in org.encog.neural.pnn with parameters of type PNNKernelType
AbstractPNN(PNNKernelType kernel, PNNOutputMode outputMode, int inputCount, int outputCount)
          Constructor.
BasicPNN(PNNKernelType kernel, PNNOutputMode outmodel, int inputCount, int outputCount)
          Construct a BasicPNN network.
 



Copyright © 2014. All Rights Reserved.