jhpro.nnet.jknnl
Interface LearningDataModel
-
- All Known Implementing Classes:
- LearningData
public interface LearningDataModelObject contains learning data. Data are stored as array containing double values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double[]getData(int index)Return array as vector of dataintgetDataSize()Return numbers of datajava.lang.StringtoString()Return a string representation of the data.
-
-
-
Method Detail
-
getData
double[] getData(int index)
Return array as vector of data- Parameters:
index- index of data- Returns:
- data vector
-
toString
java.lang.String toString()
Return a string representation of the data.- Overrides:
toStringin classjava.lang.Object- Returns:
- string representation of the data
-
getDataSize
int getDataSize()
Return numbers of data- Returns:
- numbers of data
-
-
DMelt 3.0 © DataMelt by jWork.ORG