Package | Description |
---|---|
org.tribuo.multilabel |
Provides classes and infrastructure for working with multi-label classification problems.
|
org.tribuo.multilabel.evaluation |
Evaluation classes for multi-label classification using
MultiLabel . |
Modifier and Type | Method and Description |
---|---|
Evaluator<MultiLabel,MultiLabelEvaluation> |
MultiLabelFactory.getEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
MultiLabelEvaluationImpl
The implementation of a
MultiLabelEvaluation using the default metrics. |
Modifier and Type | Method and Description |
---|---|
protected MultiLabelEvaluation |
MultiLabelEvaluator.createEvaluation(org.tribuo.multilabel.evaluation.MultiLabelMetric.Context context,
Map<MetricID<MultiLabel>,Double> results,
EvaluationProvenance provenance) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.