public class ClusteringEva extends Object
Class for evaluating clustering results
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
ClusteringEva() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(DocClusterSet machine,
DocClusterSet human) |
double |
getEntropy() |
double |
getFScore() |
double |
getGeometryNMI() |
double[][] |
getMatchMatrix() |
double |
getMI() |
double |
getNMI() |
double |
getPurity() |
public boolean evaluate(DocClusterSet machine, DocClusterSet human)
public double[][] getMatchMatrix()
public double getMI()
public double getEntropy()
public double getFScore()
public double getPurity()
public double getGeometryNMI()
public double getNMI()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.