org.encog.neural.data
Interface NeuralData

All Superinterfaces:
CentroidFactory<MLData>, Cloneable, MLData

public interface NeuralData
extends MLData

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


Method Summary
 
Methods inherited from interface org.encog.ml.data.MLData
add, clear, clone, getData, getData, setData, setData, size
 
Methods inherited from interface org.encog.util.kmeans.CentroidFactory
createCentroid
 



Copyright © 2014. All Rights Reserved.