public interface InputAdapter
Modifier and Type | Method and Description |
---|---|
void |
close()
Close data source after reading is finnished.
|
double[] |
readInput()
Reads input from data source and returns input for neural network as array of doubles.
|
Copyright © 2019 Neuroph Project. All rights reserved.