|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputAdapter
Interface for writing neural network outputs to some destination.
Method Summary | |
---|---|
void |
close()
Close destination after writing is finnished. |
void |
writeOutput(double[] output)
Write neural network output to some destination. |
Method Detail |
---|
void writeOutput(double[] output)
output
- neural network output to be writtenvoid close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |