Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.visualization.clustering |
Contains classes implementing clustering methods on the SOM.
|
Modifier and Type | Field and Description |
---|---|
private KMeans.InitType |
KMeansTreeBuilder.initType |
Modifier and Type | Method and Description |
---|---|
static KMeans.InitType |
KMeans.InitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KMeans.InitType[] |
KMeans.InitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KMeansTreeBuilder.reInit(KMeans.InitType type) |
Constructor and Description |
---|
KMeans(int k,
double[][] data,
KMeans.InitType initialisation)
Instantiate a new KMeans object with:
|
KMeans(int k,
double[][] data,
KMeans.InitType initialisation,
DistanceMetric distanceFunction)
Construct a new K-Means bugger.
|
UnitKMeans(int k,
GeneralUnitPNode[][] units,
KMeans.InitType initialisation) |