Package | Description |
---|---|
org.tribuo.classification.sgd.linear |
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
|
Modifier and Type | Class and Description |
---|---|
class |
LogisticRegressionTrainer
A logistic regression trainer that uses a reasonable objective, optimiser,
number of epochs and minibatch size.
|
Modifier and Type | Method and Description |
---|---|
LinearSGDTrainer |
LinearSGDOptions.getTrainer() |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.