public class FScoreART extends ApproximateRandomizationTest<Triple<java.lang.Long>>
Constructor and Description |
---|
FScoreART() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Computation of Precision, Recall, or F-Scores for two datasets
and comparison with a randomization test.
|
java.util.Vector<Triple<java.lang.Long>> |
readInput(java.lang.String filename)
Read a vector of triples from a file.
|
apply_test, run
public java.util.Vector<Triple<java.lang.Long>> readInput(java.lang.String filename) throws java.io.IOException, java.io.FileNotFoundException
readInput
in class ApproximateRandomizationTest<Triple<java.lang.Long>>
Vector<Observation>
: A vector with a Observation for each
observation. Must be compatible with the used implementation of
Statistic.addObservation()java.io.IOException
java.io.FileNotFoundException
public static void main(java.lang.String[] args) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
args
- <filename1>, <filename2>, <number of iterations>,
<evaluation score>java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException