|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NeuralLogic
Neural logic classes implement neural network logic for a variety of neural network setups.
| Method Summary | |
|---|---|
NeuralData |
compute(NeuralData input,
NeuralOutputHolder useHolder)
Compute the output for the BasicNetwork class. |
void |
init(BasicNetwork network)
Setup the network logic, read parameters from the network. |
| Method Detail |
|---|
NeuralData compute(NeuralData input,
NeuralOutputHolder useHolder)
input - The input to the network.useHolder - The NeuralOutputHolder to use.
void init(BasicNetwork network)
network - The network that this logic class belongs to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||