public abstract class AbstractEvaluator extends Object implements Evaluator
Abstract class of evaluation
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
protected int |
annotatedLabels |
protected int |
correctAnnotatedLabels |
protected int |
totalLabels |
| Constructor and Description |
|---|
AbstractEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
int |
annotatedLabels() |
int |
correctAnnotatedLabels() |
double |
precision() |
double |
recall() |
int |
totalLabels() |
protected int totalLabels
protected int annotatedLabels
protected int correctAnnotatedLabels
public int totalLabels()
totalLabels in interface Evaluatorpublic int annotatedLabels()
annotatedLabels in interface Evaluatorpublic int correctAnnotatedLabels()
correctAnnotatedLabels in interface EvaluatorCopyright © 2018 JULIE Lab, Germany. All rights reserved.