Uses of Interface
org.encog.neural.data.NeuralDataSet

Packages that use NeuralDataSet
org.encog.ml.data.market   
org.encog.ml.data.temporal   
org.encog.neural.data.basic   
org.encog.util.normalize.input   
 

Uses of NeuralDataSet in org.encog.ml.data.market
 

Classes in org.encog.ml.data.market that implement NeuralDataSet
 class MarketMLDataSet
          A data set that is designed to hold market data.
 

Uses of NeuralDataSet in org.encog.ml.data.temporal
 

Classes in org.encog.ml.data.temporal that implement NeuralDataSet
 class TemporalMLDataSet
          This class implements a temporal neural data set.
 

Uses of NeuralDataSet in org.encog.neural.data.basic
 

Classes in org.encog.neural.data.basic that implement NeuralDataSet
 class BasicNeuralDataSet
          This is an alias class for Encog 2.5 compatibility.
 

Constructors in org.encog.neural.data.basic with parameters of type NeuralDataSet
BasicNeuralDataSet(NeuralDataSet set)
          Construct from another object.
 

Uses of NeuralDataSet in org.encog.util.normalize.input
 

Methods in org.encog.util.normalize.input that return NeuralDataSet
 NeuralDataSet InputFieldMLDataSet.getNeuralDataSet()
           
 

Constructors in org.encog.util.normalize.input with parameters of type NeuralDataSet
InputFieldMLDataSet(boolean usedForNetworkInput, NeuralDataSet data, int offset)
          Construct a input field based on a NeuralDataSet.
 



Copyright © 2014. All Rights Reserved.