public interface Evaluator
Interface of sequence labeling evaluator
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
int |
annotatedLabels() |
int |
correctAnnotatedLabels() |
void |
evaluate(Dataset human,
Dataset machine)
Evalutes the machine-generated labels
|
double |
precision() |
double |
recall() |
int |
totalLabels() |
void evaluate(Dataset human, Dataset machine)
human - the dataset with human-annotated labelsmachine - the dataset with machine-annotated labelsint totalLabels()
int annotatedLabels()
int correctAnnotatedLabels()
double precision()
double recall()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.