org.encog.neural.data
Interface NeuralDataPair

All Superinterfaces:
CentroidFactory<MLDataPair>, 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, getSignificance, isSupervised, setIdealArray, setInputArray, setSignificance
 
Methods inherited from interface org.encog.util.kmeans.CentroidFactory
createCentroid
 



Copyright © 2014. All Rights Reserved.