edu.georgetown.gucs.clustering
Class BVF2ARFF

java.lang.Object
  extended by edu.georgetown.gucs.clustering.BVF2ARFF

public class BVF2ARFF
extends java.lang.Object


Constructor Summary
BVF2ARFF()
           
 
Method Summary
static void main(java.lang.String[] args)
          Fingerprints files in a directory using a given dictionary and outputs the fingerprints as an ARFF file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BVF2ARFF

public BVF2ARFF()
Method Detail

main

public static void main(java.lang.String[] args)
Fingerprints files in a directory using a given dictionary and outputs the fingerprints as an ARFF file.

Parameters:
args - An array of strings containing first the name of a file containing a serialized Dictionary object and second the name of a file to compute the fingerprint for. Example: java BVF2ARFF -d enron.dict -t ./files/enron/ >! enron.arff