Package | Description |
---|---|
org.encog.neural.pattern | |
org.encog.neural.pnn |
Modifier and Type | Method and Description |
---|---|
PNNKernelType |
PNNPattern.getKernel() |
Modifier and Type | Method and Description |
---|---|
void |
PNNPattern.setKernel(PNNKernelType kernel)
Set the kernel type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static String |
PersistBasicPNN.kernelToString(PNNKernelType k)
Convert a kernel type to a string.
|
Constructor and Description |
---|
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.