infomat.bridges.jsdm
Class RIClusterer

java.lang.Object
  extended by infomat.bridges.jsdm.RIClusterer

public class RIClusterer
extends java.lang.Object

Simple stupid class for clustering RI:s from jsdm.

javac -deprecation -classpath ./classes/:lib/sdm.jar -sourcepath ./src ./src/infomat/bridges/jsdm/*.java -d classes

java -cp .:classes/ -Xms3024m -Xmx3024m infomat.bridges.jsdm.RIClusterer


Constructor Summary
RIClusterer()
           
 
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

RIClusterer

public RIClusterer()
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)