Package org.encog.util.normalize.input

Interface Summary
HasFixedLength Is this input field of a fixed length, such as an array? Or is it read "iterator style" where we call "next" until there is no more data.
InputField A Normalization input field.
 

Class Summary
BasicInputField Provides basic functionality, such as min/max and current value for other input fields.
InputFieldArray1D An input field that comes from a 1D array.
InputFieldArray2D An input field that comes from a 2D array.
InputFieldCSV An input field based on a CSV file.
InputFieldCSVText An input field based on a CSV file.
InputFieldEncogCollection  
InputFieldMLDataSet An input field based on an Encog NeuralDataSet.
MLDataFieldHolder Simple holder class used internally for Encog.
 



Copyright © 2014. All Rights Reserved.