Package | Description |
---|---|
org.openimaj.hadoop.tools.fastkmeans | |
org.openimaj.ml.clustering.kmeans |
K-Means in OpenIMAJ is designed to be both extremely fast and flexible.
|
Modifier and Type | Field and Description |
---|---|
ByteKMeansInit |
HadoopFastKMeansOptions.init |
Modifier and Type | Class and Description |
---|---|
static class |
ByteKMeansInit.RANDOM
Simple kmeans initialized on randomly selected samples.
|
Modifier and Type | Method and Description |
---|---|
ByteKMeansInit |
ByteKMeans.getInit()
Get the current initialisation algorithm
|
Modifier and Type | Method and Description |
---|---|
void |
ByteKMeans.setInit(ByteKMeansInit init)
Set the current initialisation algorithm
|