infomat.mro.synlex
Class SynlexExample

java.lang.Object
  extended by infomat.mro.synlex.SynlexExample

public class SynlexExample
extends java.lang.Object

Simple class for running clustering without the GUI.

java -cp .:classes/ -Xms1024m -Xmx1024m infomat.mro.synlex.SynlexExample


Constructor Summary
SynlexExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private static void writeMatlabVector(IObjectGrouping grouping, float minWeight, java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynlexExample

public SynlexExample()
Method Detail

main

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

writeMatlabVector

private static void writeMatlabVector(IObjectGrouping grouping,
                                      float minWeight,
                                      java.lang.String fileName)
                               throws java.io.IOException
Throws:
java.io.IOException