benchmark
Class Active

java.lang.Object
  extended by benchmark.Active

public class Active
extends java.lang.Object


Constructor Summary
Active()
           
 
Method Summary
static double findScore(java.util.List<KnownDoc> testSet, java.util.List<KnownDoc> trainSet, java.io.PrintStream outFile)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Active

public Active()
Method Detail

main

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

findScore

public static double findScore(java.util.List<KnownDoc> testSet,
                               java.util.List<KnownDoc> trainSet,
                               java.io.PrintStream outFile)