|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Evaluation | |
|---|---|
| classification | |
| sequence | |
| types | |
| Uses of Evaluation in classification |
|---|
| Methods in classification that return Evaluation | |
|---|---|
static Evaluation |
Evaluate.eval(int truth,
int guess,
int tagOfInterest)
|
static Evaluation[] |
Evaluate.eval(LinearClassifier h,
ArrayList<ClassificationInstance> data)
|
static Evaluation |
Evaluate.eval(LinearClassifier h,
ArrayList<ClassificationInstance> data,
int tagOfInterest)
Compute evaluation of entire instance list, with respect to a single tag. |
static Evaluation |
Evaluate.eval(LinearClassifier h,
ClassificationInstance inst,
int tagOfInterest)
Compute evaluation of entire instance list, with respect to a single tag. |
| Uses of Evaluation in sequence |
|---|
| Methods in sequence that return Evaluation | |
|---|---|
static Evaluation |
Evaluate.eval(int[] truth,
int[] guess,
int tagOfInterest)
|
static Evaluation |
Evaluate.eval(LinearTagger h,
ArrayList<SequenceInstance> data,
int tagOfInterest)
Compute evaluation of entire instance list, with respect to a single tag. |
static Evaluation |
Evaluate.eval(LinearTagger h,
SequenceInstance inst,
int tagOfInterest)
Compute evaluation of entire instance list, with respect to a single tag. |
| Uses of Evaluation in types |
|---|
| Methods in types with parameters of type Evaluation | |
|---|---|
void |
Evaluation.add(Evaluation e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||