Package | Description |
---|---|
org.encog.ml.data.basic | |
org.encog.ml.data.sparse | |
org.encog.ml.data.specific | |
org.encog.ml.kmeans | |
org.encog.util.kmeans |
Modifier and Type | Class and Description |
---|---|
class |
BasicMLDataCentroid
A basic implementation of a centroid.
|
class |
BasicMLDataPairCentroid
A centroid for BasicMLDataPair.
|
Modifier and Type | Method and Description |
---|---|
Centroid<MLData> |
BasicMLData.createCentroid() |
Centroid<MLDataPair> |
BasicMLDataPair.createCentroid() |
Centroid<MLData> |
BasicMLComplexData.createCentroid()
Not supported.
|
Modifier and Type | Method and Description |
---|---|
Centroid<MLData> |
SparseMLData.createCentroid() |
Modifier and Type | Method and Description |
---|---|
Centroid<MLData> |
BiPolarNeuralData.createCentroid()
Not supported.
|
Modifier and Type | Method and Description |
---|---|
Centroid<?> |
BasicCluster.getCentroid() |
Modifier and Type | Method and Description |
---|---|
Centroid<? super T> |
Cluster.centroid() |
Centroid<O> |
CentroidFactory.createCentroid() |
Copyright © 2014. All Rights Reserved.