public class InputFieldCSVText extends InputFieldCSV
| Constructor and Description |
|---|
InputFieldCSVText()
Construct an InputFieldCSVText with the default constructor.
|
InputFieldCSVText(boolean usedForNetworkInput,
java.io.File file,
int offset)
Construct a input field for a CSV file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
addMapping(java.lang.String name)
Add a string mapping.
|
java.util.Map<java.lang.String,java.lang.Integer> |
getMappings() |
getFile, getOffsetapplyMinMax, getCurrentValue, getMax, getMin, getUsedForNetworkInput, getValue, setCurrentValue, setMax, setMin, setUsedForNetworkInputpublic InputFieldCSVText()
public InputFieldCSVText(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.