|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.normalize.input.BasicInputField
org.encog.normalize.input.InputFieldCSV
public class InputFieldCSV
An input field based on a CSV file.
| Constructor Summary | |
|---|---|
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 | |
|---|---|
java.io.File |
getFile()
|
int |
getOffset()
|
| Methods inherited from class org.encog.normalize.input.BasicInputField |
|---|
applyMinMax, getCurrentValue, getMax, getMin, getUsedForNetworkInput, getValue, setCurrentValue, setMax, setMin, setUsedForNetworkInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public 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.| Method Detail |
|---|
public java.io.File getFile()
public int getOffset()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||