public class ClusterAnalyserUtils extends Object
ClusterAnalyser instances| Constructor and Description |
|---|
ClusterAnalyserUtils() |
| Modifier and Type | Method and Description |
|---|---|
static IntIntPair |
findMaxClassCount(int[] is,
Map<Integer,Integer> invCor) |
static Map<Integer,Integer> |
invert(int[][] clustered)
Map index to cluster from cluster array
|
public ClusterAnalyserUtils()
public static Map<Integer,Integer> invert(int[][] clustered)
clustered - public static IntIntPair findMaxClassCount(int[] is, Map<Integer,Integer> invCor)
is - invCor -