|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractOnlineLogisticRegression | |
---|---|
org.apache.mahout.classifier.sgd | Implements a variety of on-line logistric regression classifiers using SGD-based algorithms. |
Uses of AbstractOnlineLogisticRegression in org.apache.mahout.classifier.sgd |
---|
Subclasses of AbstractOnlineLogisticRegression in org.apache.mahout.classifier.sgd | |
---|---|
class |
OnlineLogisticRegression
Extends the basic on-line logistic regression learner with a specific set of learning rate annealing schedules. |
Methods in org.apache.mahout.classifier.sgd that return AbstractOnlineLogisticRegression | |
---|---|
AbstractOnlineLogisticRegression |
AbstractOnlineLogisticRegression.lambda(double lambda)
Chainable configuration option. |
Methods in org.apache.mahout.classifier.sgd with parameters of type AbstractOnlineLogisticRegression | |
---|---|
void |
AbstractOnlineLogisticRegression.copyFrom(AbstractOnlineLogisticRegression other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |