Package | Description |
---|---|
org.tribuo.classification.experiments |
Provides a set of main methods for interacting with classification tasks.
|
org.tribuo.classification.sgd |
Provides infrastructure for Stochastic Gradient Descent for classification problems.
|
org.tribuo.classification.sgd.linear |
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
|
Class and Description |
---|
LinearSGDOptions
CLI options for training a linear classifier.
|
Class and Description |
---|
LinearSGDOptions
CLI options for training a linear classifier.
|
Class and Description |
---|
LinearSGDModel
The inference time version of a linear model trained using SGD.
|
LinearSGDOptions.LossEnum
Available loss types.
|
LinearSGDTrainer
A trainer for a linear classifier using SGD.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.