de.jstacs.classifier
Class Classification

java.lang.Object
  extended by de.jstacs.classifier.Classification

public class Classification
extends Object

This class contains a main-method that allows to compute some performance measures in a very simple way.

Author:
Jens Keilwagen

Constructor Summary
Classification()
           
 
Method Summary
static void main(String[] args)
          This main method computes some performance measures for two given score files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Classification

public Classification()
Method Detail

main

public static void main(String[] args)
                 throws Exception
This main method computes some performance measures for two given score files

Parameters:
args - the name/path of the score files
  • args[0] file name of score file for class 0
  • args[1] file name of score file for class 1
Throws:
Exception - if the performance measures could not be computed