public class InputFieldCSV extends BasicInputField
| Constructor and Description |
|---|
InputFieldCSV()
Construct an InputFieldCSV with the default constructor.
|
InputFieldCSV(boolean usedForNetworkInput,
java.io.File file,
int offset)
Construct a input field for a CSV file.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile() |
int |
getOffset() |
applyMinMax, getCurrentValue, getMax, getMin, getUsedForNetworkInput, getValue, setCurrentValue, setMax, setMin, setUsedForNetworkInputpublic InputFieldCSV()
public InputFieldCSV(boolean usedForNetworkInput,
java.io.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.