Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SparseMLData |
Modifier and Type | Class and Description |
---|---|
class |
BiPolarNeuralData
A NeuralData implementation designed to work with bipolar data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NeuralData
This is an alias class for Encog 2.5 compatibility.
|
interface |
NeuralDataPair
This is an alias class for Encog 2.5 compatibility.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicNeuralData
This is an alias class for Encog 2.5 compatibility.
|
class |
BasicNeuralDataPair
This is an alias class for Encog 2.5 compatibility.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageMLData
An extension of the BasicNeuralData class that is designed to hold images for
input into a neural network.
|
Modifier and Type | Class and Description |
---|---|
class |
Cluster<T extends CentroidFactory<? super T>>
A cluster.
|
class |
KMeansUtil<K extends CentroidFactory<? super K>>
Generic KMeans clustering object.
|
Copyright © 2014. All Rights Reserved.