Package | Description |
---|---|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Modifier and Type | Method and Description |
---|---|
static UnsupervisedBinaryClassification |
RandIndex.computeUnsupervisedAndRandomBinaryClassification(DistanceMatrix distances,
short[][] clusterIds,
int clusterCnt,
short[][] clusterIdsRand,
int clusterCntRand,
UnsupervisedBinaryClassification cf,
UnsupervisedBinaryClassification cfRand)
Binary classification on soft-assigned clustering
|
static UnsupervisedBinaryClassification |
RandIndex.computeUnsupervisedAndRandomBinaryClassification(DistanceMatrix distances,
short[] clusterIds,
int clusterCnt,
short[] clusterIdsRand,
int clusterCntRand,
UnsupervisedBinaryClassification cf,
UnsupervisedBinaryClassification cfRand) |
static UnsupervisedBinaryClassification |
RandIndex.computeUnsupervisedBinaryClassification(DistanceMatrix distances,
short[] clusterIds,
int clusterCnt,
float[] thresholds)
TODO: Update docs:
|
Modifier and Type | Method and Description |
---|---|
static UnsupervisedBinaryClassification |
RandIndex.computeUnsupervisedAndRandomBinaryClassification(DistanceMatrix distances,
short[][] clusterIds,
int clusterCnt,
short[][] clusterIdsRand,
int clusterCntRand,
UnsupervisedBinaryClassification cf,
UnsupervisedBinaryClassification cfRand)
Binary classification on soft-assigned clustering
|
static UnsupervisedBinaryClassification |
RandIndex.computeUnsupervisedAndRandomBinaryClassification(DistanceMatrix distances,
short[] clusterIds,
int clusterCnt,
short[] clusterIdsRand,
int clusterCntRand,
UnsupervisedBinaryClassification cf,
UnsupervisedBinaryClassification cfRand) |