es.nlp.uned.weps.evaluation
Class OverallStats

java.lang.Object
  extended by es.nlp.uned.weps.evaluation.OverallStats

public class OverallStats
extends java.lang.Object

Calculates useful information about the human and automatic clusterings. TODO: descartar de las respuestas documentos descartados por los anotadores

Author:
javart

Constructor Summary
OverallStats(java.lang.String answers_path)
           
 
Method Summary
 java.util.ArrayList<java.lang.Integer> getClustersPerElementTable()
          Evaluates the frequency of multiclass elements (elements assigned to more than one class) in the clusterings
 java.util.ArrayList<java.lang.Integer> getDocumentsPerClusterTable()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverallStats

public OverallStats(java.lang.String answers_path)
Method Detail

getClustersPerElementTable

public java.util.ArrayList<java.lang.Integer> getClustersPerElementTable()
Evaluates the frequency of multiclass elements (elements assigned to more than one class) in the clusterings


getDocumentsPerClusterTable

public java.util.ArrayList<java.lang.Integer> getDocumentsPerClusterTable()

main

public static void main(java.lang.String[] args)