|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.georgetown.gucs.clustering.BVF2ARFF
public class BVF2ARFF
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 |
---|
public BVF2ARFF()
Method Detail |
---|
public static void main(java.lang.String[] args)
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |