|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CentroidFactory in org.encog.ml.data |
---|
Subinterfaces of CentroidFactory in org.encog.ml.data | |
---|---|
interface |
MLComplexData
This class implements a data object that can hold complex numbers. |
interface |
MLData
Defines an array of data. |
interface |
MLDataPair
Training data is stored in two ways, depending on if the data is for supervised, or unsupervised training. |
Uses of CentroidFactory in org.encog.ml.data.basic |
---|
Classes in org.encog.ml.data.basic that implement CentroidFactory | |
---|---|
class |
BasicMLComplexData
This class implements a data object that can hold complex numbers. |
class |
BasicMLData
Basic implementation of the MLData interface that stores the data in an array. |
class |
BasicMLDataPair
A basic implementation of the MLDataPair interface. |
Uses of CentroidFactory in org.encog.ml.data.sparse |
---|
Classes in org.encog.ml.data.sparse that implement CentroidFactory | |
---|---|
class |
SparseMLData
|
Uses of CentroidFactory in org.encog.ml.data.specific |
---|
Classes in org.encog.ml.data.specific that implement CentroidFactory | |
---|---|
class |
BiPolarNeuralData
A NeuralData implementation designed to work with bipolar data. |
Uses of CentroidFactory in org.encog.neural.data |
---|
Subinterfaces of CentroidFactory in org.encog.neural.data | |
---|---|
interface |
NeuralData
This is an alias class for Encog 2.5 compatibility. |
interface |
NeuralDataPair
This is an alias class for Encog 2.5 compatibility. |
Uses of CentroidFactory in org.encog.neural.data.basic |
---|
Classes in org.encog.neural.data.basic that implement CentroidFactory | |
---|---|
class |
BasicNeuralData
This is an alias class for Encog 2.5 compatibility. |
class |
BasicNeuralDataPair
This is an alias class for Encog 2.5 compatibility. |
Uses of CentroidFactory in org.encog.platformspecific.j2se.data.image |
---|
Classes in org.encog.platformspecific.j2se.data.image that implement CentroidFactory | |
---|---|
class |
ImageMLData
An extension of the BasicNeuralData class that is designed to hold images for input into a neural network. |
Uses of CentroidFactory in org.encog.util.kmeans |
---|
Classes in org.encog.util.kmeans with type parameters of type CentroidFactory | |
---|---|
class |
Cluster<T extends CentroidFactory<? super T>>
A cluster. |
class |
KMeansUtil<K extends CentroidFactory<? super K>>
Generic KMeans clustering object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |