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