| Package | Description |
|---|---|
| org.openimaj.ml.clustering.rac |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterLimitedIntRAC
Similar to
IntRAC but explicitly specify the limit the number of
clusters. |
| Modifier and Type | Method and Description |
|---|---|
IntRAC |
IntRAC.cluster(DataSource<int[]> data) |
IntRAC |
IntRAC.cluster(int[][] data) |