Package | Description |
---|---|
org.tribuo.classification.evaluation |
Evaluation classes for multi-class classification.
|
org.tribuo.classification.sequence |
Provides infrastructure for
SequenceModel s which
emit Label s at each step of the sequence. |
Modifier and Type | Method and Description |
---|---|
LabelMetric |
LabelMetrics.forTarget(MetricTarget<Label> tgt)
Gets the LabelMetric wrapped around the supplied MetricTarget.
|
Modifier and Type | Method and Description |
---|---|
protected Set<LabelMetric> |
LabelEvaluator.createMetrics(Model<Label> model) |
Modifier and Type | Method and Description |
---|---|
protected Set<LabelMetric> |
LabelSequenceEvaluator.createMetrics(SequenceModel<Label> model) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.