org.encog.ml.data.versatile.sources
Interface VersatileDataSource
-
- All Known Implementing Classes:
- CSVDataSource
public interface VersatileDataSourceDefines a data source for the versatile data set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intcolumnIndex(java.lang.String name)Obtain the column index for the specified name.java.lang.String[]readLine()Read a line from the source.voidrewind()Rewind the source back to the beginning.
-
-
-
Method Detail
-
readLine
java.lang.String[] readLine()
Read a line from the source.- Returns:
- The values read.
-
rewind
void rewind()
Rewind the source back to the beginning.
-
columnIndex
int columnIndex(java.lang.String name)
Obtain the column index for the specified name.- Parameters:
name- The column name.- Returns:
- The column index, or -1 if not found.
-
-
DMelt 3.0 © DataMelt by jWork.ORG