|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EngineNeuralNetwork
An interface that defines a neural network. Mainly adds the ability to encode/decode weights to/from a double array.
| Method Summary | |
|---|---|
void |
decodeNetwork(double[] data)
Decode an array to the neural network weights. |
double[] |
encodeNetwork()
Encode the neural network weights to an array. |
int |
getEncodeLength()
|
| Methods inherited from interface org.encog.engine.EngineMachineLearning |
|---|
compute, getInputCount, getOutputCount |
| Method Detail |
|---|
void decodeNetwork(double[] data)
data - The data to decode.double[] encodeNetwork()
int getEncodeLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||