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

Packages that use BasicMLDataSet
org.encog.ml.data.buffer This package implements a folded data set. 
org.encog.ml.data.market   
org.encog.ml.data.specific This package contains data classes to get data from specific locations. 
org.encog.ml.data.temporal   
org.encog.neural.data.basic This package contains compatibility classes to ease the transition to Encog 3.0. 
org.encog.neural.pnn This package contains the classes for the PNN. 
org.encog.platformspecific.j2se.data   
org.encog.platformspecific.j2se.data.image This package contains classes used to allow images to be Machine Learning Data. 
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 © 2011. All Rights Reserved.