public class EMProjectedClustering extends Object
| Constructor and Description |
|---|
EMProjectedClustering() |
| Modifier and Type | Method and Description |
|---|---|
int[][] |
getEMClusteringVariances(double[][] pointArray,
int k)
Performs an EM clustering on the provided data set
!! Only the variances are calculated and used for point assignments !
!!! the number k' of returned clusters might be smaller than k !!!
|
int[][] |
getEMClusteringVariancesBestChoice(double[][] pointArray,
int k,
int nrOfChoices) |
public int[][] getEMClusteringVariances(double[][] pointArray,
int k)
pointArray - the data set as an array[n][d] of n points with d dimensionsk - the number of requested partitions (!might return less)public int[][] getEMClusteringVariancesBestChoice(double[][] pointArray,
int k,
int nrOfChoices)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.