org.encog.util.normalize.input
public class InputFieldMLDataSet extends BasicInputField
| Constructor and Description |
|---|
InputFieldMLDataSet(boolean usedForNetworkInput,
NeuralDataSet data,
int offset)
Construct a input field based on a NeuralDataSet.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralDataSet |
getNeuralDataSet() |
int |
getOffset() |
applyMinMax, getCurrentValue, getMax, getMin, getUsedForNetworkInput, getValue, setCurrentValue, setMax, setMin, setUsedForNetworkInputpublic InputFieldMLDataSet(boolean usedForNetworkInput,
NeuralDataSet data,
int offset)
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.public NeuralDataSet getNeuralDataSet()
public int getOffset()
Copyright © 2014. All Rights Reserved.