|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NeuralData
Defines an array of data. This is an array of double values that could be used either for input data, actual output data or ideal output data.
| Method Summary | |
|---|---|
NeuralData |
clone()
Clone this object. |
double[] |
getData()
|
double |
getData(int index)
Get the element specified index value. |
void |
setData(double[] data)
Set all of the data as an array of doubles. |
void |
setData(int index,
double d)
Set the specified element. |
int |
size()
|
| Method Detail |
|---|
void setData(double[] data)
data - An array of doubles.
void setData(int index,
double d)
index - The index to set.d - The data for the specified element.double[] getData()
double getData(int index)
index - The index to read.
int size()
NeuralData clone()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||