|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PNNOutputMode | |
|---|---|
| org.encog.neural.pattern | |
| org.encog.neural.pnn | |
| Uses of PNNOutputMode in org.encog.neural.pattern |
|---|
| Methods in org.encog.neural.pattern that return PNNOutputMode | |
|---|---|
PNNOutputMode |
PNNPattern.getOutmodel()
|
| Methods in org.encog.neural.pattern with parameters of type PNNOutputMode | |
|---|---|
void |
PNNPattern.setOutmodel(PNNOutputMode outmodel)
Set the output model. |
| Uses of PNNOutputMode in org.encog.neural.pnn |
|---|
| Methods in org.encog.neural.pnn that return PNNOutputMode | |
|---|---|
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. |
| Methods in org.encog.neural.pnn with parameters of type PNNOutputMode | |
|---|---|
static String |
PersistBasicPNN.outputModeToString(PNNOutputMode mode)
Convert output mode to string. |
| Constructors in org.encog.neural.pnn with parameters of type PNNOutputMode | |
|---|---|
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 | |||||||||