| Package | Description |
|---|---|
| org.apache.mahout.classifier.sgd |
Implements a variety of on-line logistric regression classifiers using SGD-based algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
AdaptiveLogisticRegression.Wrapper |
AdaptiveLogisticRegression.Wrapper.copy() |
| Modifier and Type | Method and Description |
|---|---|
State<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> |
AdaptiveLogisticRegression.getBest() |
EvolutionaryProcess<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> |
AdaptiveLogisticRegression.getEp() |
State<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> |
AdaptiveLogisticRegression.getSeed() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AdaptiveLogisticRegression.Wrapper.freeze(State<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> s) |
void |
AdaptiveLogisticRegression.setBest(State<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> best) |
void |
AdaptiveLogisticRegression.setEp(EvolutionaryProcess<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> ep) |
static void |
AdaptiveLogisticRegression.Wrapper.setMappings(State<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> x) |
void |
AdaptiveLogisticRegression.setSeed(State<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> seed) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.