Uses of Class
org.encog.ml.data.basic.BasicMLDataSet

Packages that use BasicMLDataSet
org.encog.ml.data.buffer   
org.encog.ml.data.market   
org.encog.ml.data.specific   
org.encog.ml.data.temporal   
org.encog.neural.data.basic   
org.encog.neural.pnn   
org.encog.platformspecific.j2se.data   
org.encog.platformspecific.j2se.data.image   
org.encog.util.benchmark   
 

Uses of BasicMLDataSet in org.encog.ml.data.buffer
 

Methods in org.encog.ml.data.buffer that return BasicMLDataSet
 BasicMLDataSet MemoryDataLoader.getResult()
           
 

Methods in org.encog.ml.data.buffer with parameters of type BasicMLDataSet
 void MemoryDataLoader.setResult(BasicMLDataSet theResult)
          Set the resulting dataset.
 

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

Subclasses of BasicMLDataSet in org.encog.ml.data.market
 class MarketMLDataSet
          A data set that is designed to hold market data.
 

Uses of BasicMLDataSet in org.encog.ml.data.specific
 

Subclasses of BasicMLDataSet in org.encog.ml.data.specific
 class CSVNeuralDataSet
          An implementation of the NeuralDataSet interface designed to provide a CSV file to the neural network.
 

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

Subclasses of BasicMLDataSet in org.encog.ml.data.temporal
 class TemporalMLDataSet
          This class implements a temporal neural data set.
 

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

Subclasses of BasicMLDataSet in org.encog.neural.data.basic
 class BasicNeuralDataSet
          This is an alias class for Encog 2.5 compatibility.
 

Uses of BasicMLDataSet in org.encog.neural.pnn
 

Methods in org.encog.neural.pnn that return BasicMLDataSet
 BasicMLDataSet BasicPNN.getSamples()
           
 

Methods in org.encog.neural.pnn with parameters of type BasicMLDataSet
 void BasicPNN.setSamples(BasicMLDataSet samples)
           
 

Uses of BasicMLDataSet in org.encog.platformspecific.j2se.data
 

Subclasses of BasicMLDataSet in org.encog.platformspecific.j2se.data
 class SQLNeuralDataSet
          A dataset based on a SQL query.
 

Uses of BasicMLDataSet in org.encog.platformspecific.j2se.data.image
 

Subclasses of BasicMLDataSet in org.encog.platformspecific.j2se.data.image
 class ImageMLDataSet
          Store a collection of images for training with a neural network.
 

Uses of BasicMLDataSet in org.encog.util.benchmark
 

Methods in org.encog.util.benchmark that return BasicMLDataSet
static BasicMLDataSet RandomTrainingFactory.generate(long seed, int count, int inputCount, int idealCount, double min, double max)
          Generate a random training set.
 



Copyright © 2014. All Rights Reserved.