| Package | Description |
|---|---|
| org.openimaj.ml.clustering | |
| org.openimaj.ml.clustering.dbscan | |
| org.openimaj.ml.clustering.kdtree | |
| org.openimaj.ml.clustering.kmeans |
K-Means in OpenIMAJ is designed to be both extremely fast and flexible.
|
| org.openimaj.ml.clustering.rac | |
| org.openimaj.ml.clustering.rforest | |
| org.openimaj.ml.clustering.spectral |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpatialClusters<DATATYPE>
Interface to describe objects that are the result of the clustering performed
by a
SpatialClusterer. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteCentroidsResult
The result of a
SpatialClusterer that just produces a flat set of centroids. |
class |
DoubleCentroidsResult
The result of a
SpatialClusterer that just produces a flat set of centroids. |
class |
FloatCentroidsResult
The result of a
SpatialClusterer that just produces a flat set of centroids. |
class |
IndexClusters
Interface to describe objects that are the result of the clustering where the
training data is implicitly clustered
|
class |
IntCentroidsResult
The result of a
SpatialClusterer that just produces a flat set of centroids. |
class |
LongCentroidsResult
The result of a
SpatialClusterer that just produces a flat set of centroids. |
class |
ShortCentroidsResult
The result of a
SpatialClusterer that just produces a flat set of centroids. |
| Modifier and Type | Class and Description |
|---|---|
class |
DBSCANClusters |
class |
DoubleDBSCANClusters
DBSCANClusters which also holds the original data |
| Modifier and Type | Class and Description |
|---|---|
class |
KDTreeClusters |
| Modifier and Type | Class and Description |
|---|---|
class |
HierarchicalByteKMeansResult
The result of a
HierarchicalByteKMeans clustering operation. |
class |
HierarchicalDoubleKMeansResult
The result of a
HierarchicalDoubleKMeans clustering operation. |
class |
HierarchicalFloatKMeansResult
The result of a
HierarchicalFloatKMeans clustering operation. |
class |
HierarchicalIntKMeansResult
The result of a
HierarchicalIntKMeans clustering operation. |
class |
HierarchicalLongKMeansResult
The result of a
HierarchicalLongKMeans clustering operation. |
class |
HierarchicalShortKMeansResult
The result of a
HierarchicalShortKMeans clustering operation. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterLimitedIntRAC
Similar to
IntRAC but explicitly specify the limit the number of
clusters. |
class |
IntRAC
An implementation of the RAC algorithm proposed by Ramanan and Niranjan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntRandomForest
An implementation of the RandomForest clustering algorithm proposed by Jurie et al.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpectralIndexedClusters
IndexClusters which also hold the eigenvector/value pairs which created them |