public class ClusterAnalyserUtils extends Object
ClusterAnalyser
instancesConstructor 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
-