Package | Description |
---|---|
org.tribuo.classification |
Provides classes and infrastructure for multiclass classification problems.
|
org.tribuo.classification.evaluation |
Evaluation classes for multi-class classification.
|
Modifier and Type | Method and Description |
---|---|
Evaluator<Label,LabelEvaluation> |
LabelFactory.getEvaluator() |
Modifier and Type | Method and Description |
---|---|
protected LabelEvaluation |
LabelEvaluator.createEvaluation(LabelMetric.Context ctx,
Map<MetricID<Label>,Double> results,
EvaluationProvenance provenance) |
Modifier and Type | Method and Description |
---|---|
static String |
LabelEvaluation.toFormattedString(LabelEvaluation evaluation)
This method produces a nicely formatted String output, with
appropriate tabs and newlines, suitable for display on a terminal.
|
static String |
LabelEvaluation.toHTML(LabelEvaluation evaluation)
This method produces a HTML formatted String output, with
appropriate tabs and newlines, suitable for integation into a webpage.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.