
public class MaximumF1Evaluation extends AbstractScoreEvaluation
| 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.
|
evaluate, evaluate, evaluatepublic static final MaximumF1Evaluation STATIC
public <I extends ScoreEvaluation.ScoreIter> double evaluate(ScoreEvaluation.Predicate<? super I> predicate, I iter)
ScoreEvaluationI - Iterator typepredicate - Predicate (for positives)iter - IteratorCopyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.