org.encog.normalize.input
Class InputFieldNeuralDataSet
java.lang.Object
org.encog.normalize.input.BasicInputField
org.encog.normalize.input.InputFieldNeuralDataSet
- All Implemented Interfaces:
- InputField
public class InputFieldNeuralDataSet
- extends BasicInputField
An input field based on an Encog NeuralDataSet.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputFieldNeuralDataSet
public InputFieldNeuralDataSet(boolean usedForNetworkInput,
NeuralDataSet data,
int offset)
- Construct a input field based on a NeuralDataSet.
- Parameters:
usedForNetworkInput - Is this field used for neural input.data - The data set to use.offset - The input or ideal index to use. This treats the input
and ideal as one long array, concatenated together.
getNeuralDataSet
public NeuralDataSet getNeuralDataSet()
- Returns:
- The neural data set to read.
getOffset
public int getOffset()
- Returns:
- The field to be accessed. This treats the input and
ideal as one long array, concatenated together.
Copyright © 2011. All Rights Reserved.