JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
org.tribuo.multilabel.example
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.tribuo.multilabel.example
package
org.tribuo.multilabel.example
Provides a multi-label data generator for testing implementations.
Related Packages
Package
Description
org.tribuo.multilabel
Provides classes and infrastructure for working with multi-label classification problems.
org.tribuo.multilabel.baseline
Provides an implementation of independent multi-label classification that wraps a
Label
Trainer
and uses it to make independent predictions of each label.
org.tribuo.multilabel.evaluation
Evaluation classes for multi-label classification using
MultiLabel
.
Classes
Class
Description
MultiLabelDataGenerator
Generates three example train and test datasets, used for unit testing.