|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OnlineLearner | |
---|---|
org.apache.mahout.classifier.sgd | Implements a variety of on-line logistric regression classifiers using SGD-based algorithms. |
Uses of OnlineLearner in org.apache.mahout.classifier.sgd |
---|
Classes in org.apache.mahout.classifier.sgd that implement OnlineLearner | |
---|---|
class |
AbstractOnlineLogisticRegression
Generic definition of a 1 of n logistic regression classifier that returns probabilities in response to a feature vector. |
class |
AdaptiveLogisticRegression
This is a meta-learner that maintains a pool of ordinary OnlineLogisticRegression learners. |
class |
CrossFoldLearner
Does cross-fold validation of log-likelihood and AUC on several online logistic regression models. |
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 with parameters of type OnlineLearner | |
---|---|
static void |
ModelSerializer.writeJson(java.lang.String path,
OnlineLearner model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |