|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PNNKernelType | |
|---|---|
| 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. |
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||