org.encog.ml.data.specific
public class CSVNeuralDataSet extends BasicMLDataSet
BasicMLDataSet.BasicMLIterator
Constructor and Description |
---|
CSVNeuralDataSet(String theFilename,
int theInputSize,
int theIdealSize,
boolean theHeaders)
Construct this data set using a comma as a delimiter.
|
CSVNeuralDataSet(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 |
---|---|
String |
getFilename() |
CSVFormat |
getFormat() |
add, add, add, clone, close, get, getData, getIdealSize, getInputSize, getRecord, getRecordCount, isSupervised, iterator, openAdditional, setData, size, toList
public CSVNeuralDataSet(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(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.Copyright © 2014. All Rights Reserved.