JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
org.tribuo.multilabel.sgd
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.tribuo.multilabel.sgd
package
org.tribuo.multilabel.sgd
Provides infrastructure for Stochastic Gradient Descent for multi-label classification problems.
Related Packages
Package
Description
org.tribuo.multilabel
Provides classes and infrastructure for working with multi-label classification problems.
org.tribuo.multilabel.sgd.linear
Provides an implementation of a multi-label classification linear model using Stochastic Gradient Descent.
org.tribuo.multilabel.sgd.objectives
Provides multi-label classification loss functions for Stochastic Gradient Descent.
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
.
org.tribuo.multilabel.example
Provides a multi-label data generator for testing implementations.
Interfaces
Class
Description
MultiLabelObjective
An interface for multi-label prediction objectives.