org.encog.util.normalize.input
Class InputFieldCSV
- java.lang.Object
-
- org.encog.util.normalize.input.BasicInputField
-
- org.encog.util.normalize.input.InputFieldCSV
-
- All Implemented Interfaces:
- java.io.Serializable, InputField
- Direct Known Subclasses:
- InputFieldCSVText
public class InputFieldCSV extends BasicInputField
An input field based on a CSV file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.io.FilegetFile()intgetOffset()-
Methods inherited from class org.encog.util.normalize.input.BasicInputField
applyMinMax, getCurrentValue, getMax, getMin, getUsedForNetworkInput, getValue, setCurrentValue, setMax, setMin, setUsedForNetworkInput
-
-
-
-
Constructor Detail
-
InputFieldCSV
public InputFieldCSV()
Construct an InputFieldCSV with the default constructor. This is mainly used for reflection.
-
InputFieldCSV
public InputFieldCSV(boolean usedForNetworkInput, java.io.File file, int offset)Construct a input field for a CSV file.- Parameters:
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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG