public class MaximumF1Evaluation extends java.lang.Object implements ScoreEvaluation
Modifier and Type | Class and Description |
---|---|
static class |
MaximumF1Evaluation.Parameterizer
Parameterization class.
|
ScoreEvaluation.Predicate<T>, ScoreEvaluation.ScoreIter
Modifier and Type | Field and Description |
---|---|
static MaximumF1Evaluation |
STATIC
Static instance
|
Constructor and Description |
---|
MaximumF1Evaluation() |
Modifier and Type | Method and Description |
---|---|
<I extends ScoreEvaluation.ScoreIter> |
evaluate(ScoreEvaluation.Predicate<? super I> predicate,
I iter)
Evaluate a given predicate and iterator.
|
double |
expected(int pos,
int all)
Expected score for a random result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
public static final MaximumF1Evaluation STATIC
public <I extends ScoreEvaluation.ScoreIter> double evaluate(ScoreEvaluation.Predicate<? super I> predicate, I iter)
ScoreEvaluation
evaluate
in interface ScoreEvaluation
I
- Iterator typepredicate
- Predicate (for positives)iter
- Iteratorpublic double expected(int pos, int all)
ScoreEvaluation
expected
in interface ScoreEvaluation
pos
- Number of positive elementsall
- Total number of elementsCopyright © 2019 ELKI Development Team. License information.