Package | Description |
---|---|
org.openimaj.ml.clustering.kmeans |
K-Means in OpenIMAJ is designed to be both extremely fast and flexible.
|
org.openimaj.ml.clustering.random |
Modifier and Type | Field and Description |
---|---|
ShortCentroidsResult |
HierarchicalShortKMeansResult.Node.result
ShortCentroidsResult for this node |
Modifier and Type | Method and Description |
---|---|
ShortCentroidsResult |
ShortKMeans.cluster(DataSource<short[]> ds) |
ShortCentroidsResult |
ShortKMeans.cluster(short[][] data) |
Modifier and Type | Method and Description |
---|---|
ShortCentroidsResult |
RandomShortClusterer.cluster(DataSource<short[]> data)
Selects K elements from the provided
DataSource as the centroids of the clusters. |
ShortCentroidsResult |
RandomSetShortClusterer.cluster(DataSource<short[]> data)
Selects K elements from the provided
DataSource as the centroids of the clusters. |
ShortCentroidsResult |
RandomShortClusterer.cluster(short[][] data)
Selects K elements from the provided data as the centroids of the clusters.
|
ShortCentroidsResult |
RandomSetShortClusterer.cluster(short[][] data)
Selects K elements from the provided data as the centroids of the clusters.
|