infomat.mro
Class JohanEvaluator

java.lang.Object
  extended by infomat.mro.JohanEvaluator

public class JohanEvaluator
extends java.lang.Object

Simple class for running clustering without the GUI.

java -cp .:classes/ infomat.JohanEvaluator


Constructor Summary
JohanEvaluator()
           
 
Method Summary
private static void calculateAndSaveEvaluation(Evaluation eval, java.lang.String resFileName)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JohanEvaluator

public JohanEvaluator()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        PropertyNotFoundException
Throws:
java.io.IOException
PropertyNotFoundException

calculateAndSaveEvaluation

private static void calculateAndSaveEvaluation(Evaluation eval,
                                               java.lang.String resFileName)