org.encog.neural.data
Interface NeuralDataPair

All Superinterfaces:
MLDataPair

public interface NeuralDataPair
extends MLDataPair

This is an alias class for Encog 2.5 compatibility. This class aliases MLDataPair. Newer code should use MLDataPair in place of this class.


Method Summary
 
Methods inherited from interface org.encog.ml.data.MLDataPair
getIdeal, getIdealArray, getInput, getInputArray, isSupervised, setIdealArray, setInputArray
 



Copyright © 2011. All Rights Reserved.