public class CSVNeuralDataSet extends BasicMLDataSet
BasicMLDataSet.BasicMLIterator| Constructor and Description |
|---|
CSVNeuralDataSet(java.lang.String theFilename,
int theInputSize,
int theIdealSize,
boolean theHeaders)
Construct this data set using a comma as a delimiter.
|
CSVNeuralDataSet(java.lang.String theFilename,
int theInputSize,
int theIdealSize,
boolean theHeaders,
CSVFormat theFormat,
boolean significance)
Construct this data set using a comma as a delimiter.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename() |
CSVFormat |
getFormat() |
add, add, add, clone, close, get, getData, getIdealSize, getInputSize, getRecord, getRecordCount, isSupervised, iterator, openAdditional, setData, size, toListpublic CSVNeuralDataSet(java.lang.String theFilename,
int theInputSize,
int theIdealSize,
boolean theHeaders)
theFilename - The CSV filename to read.theInputSize - The number of columns that make up the input set. *theIdealSize - The number of columns that make up the ideal set.theHeaders - True if headers are present on the first line.public CSVNeuralDataSet(java.lang.String theFilename,
int theInputSize,
int theIdealSize,
boolean theHeaders,
CSVFormat theFormat,
boolean significance)
theFilename - The CSV filename to read.theInputSize - The number of columns that make up the input set. *theIdealSize - The number of columns that make up the ideal set.theHeaders - True if headers are present on the first line.theFormat - What CSV format to use.significance - True, if there is a significance column.public java.lang.String getFilename()
public CSVFormat getFormat()