Package | Description |
---|---|
org.encog.neural.pattern | |
org.encog.neural.pnn |
Modifier and Type | Method and Description |
---|---|
PNNOutputMode |
PNNPattern.getOutmodel() |
Modifier and Type | Method and Description |
---|---|
void |
PNNPattern.setOutmodel(PNNOutputMode outmodel)
Set the output model.
|
Modifier and Type | Method and Description |
---|---|
PNNOutputMode |
AbstractPNN.getOutputMode() |
static PNNOutputMode |
PersistBasicPNN.stringToOutputMode(String mode)
Convert a string to a PNN output mode.
|
static PNNOutputMode |
PNNOutputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PNNOutputMode[] |
PNNOutputMode.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.outputModeToString(PNNOutputMode mode)
Convert output mode to 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.