See: Description
Interface | Description |
---|---|
Classifiable<T extends Classifiable<T>> |
A tag interface for multi-class and multi-label classification tasks.
|
ClassificationOptions<TRAINER extends Trainer<Label>> |
An
Options that can produce a classification Trainer based on the
provided arguments. |
WeightedLabels |
Tag interface denoting the
Trainer can use label weights. |
Class | Description |
---|---|
ImmutableLabelInfo |
An ImmutableOutputInfo object for Labels.
|
Label |
An immutable multi-class classification label.
|
LabelFactory |
A factory for making Label related classes.
|
LabelFactory.LabelFactoryProvenance |
Provenance for
LabelFactory . |
LabelInfo |
The base class for information about multi-class classification Labels.
|
MutableLabelInfo |
A mutable
LabelInfo . |
TrainTestHelper |
This class provides static methods used by the demo classes in each classification backend.
|
The multiclass Output
implementation is called
Label
and has an associated
Evaluator
, OutputFactory
and OutputInfo
s.
Note: Tribuo has no specialisation for binary classification, all classification tasks are considered to be multiclass, and all classification models work for multiclass problems.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.