org.encog.util.normalize.input
public class InputFieldCSV extends BasicInputField
Constructor and Description |
---|
InputFieldCSV()
Construct an InputFieldCSV with the default constructor.
|
InputFieldCSV(boolean usedForNetworkInput,
File file,
int offset)
Construct a input field for a CSV file.
|
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
int |
getOffset() |
applyMinMax, getCurrentValue, getMax, getMin, getUsedForNetworkInput, getValue, setCurrentValue, setMax, setMin, setUsedForNetworkInput
public InputFieldCSV()
public InputFieldCSV(boolean usedForNetworkInput, File file, int offset)
usedForNetworkInput
- True if this field is used for actual input
to the neural network, as opposed to segregation only.file
- The tile to read.offset
- The CSV file column to read.public File getFile()
public int getOffset()
Copyright © 2014. All Rights Reserved.