org.encog.ml.data.versatile.sources
public interface VersatileDataSource
Modifier and Type | Method and Description |
---|---|
int |
columnIndex(String name)
Obtain the column index for the specified name.
|
String[] |
readLine()
Read a line from the source.
|
void |
rewind()
Rewind the source back to the beginning.
|
String[] readLine()
void rewind()
int columnIndex(String name)
name
- The column name.Copyright © 2014. All Rights Reserved.