Uses of Interface
org.apache.mahout.math.stats.OnlineAuc

Packages that use OnlineAuc
org.apache.mahout.classifier.sgd Implements a variety of on-line logistric regression classifiers using SGD-based algorithms. 
org.apache.mahout.math.stats   
 

Uses of OnlineAuc in org.apache.mahout.classifier.sgd
 

Methods in org.apache.mahout.classifier.sgd that return OnlineAuc
 OnlineAuc CrossFoldLearner.getAucEvaluator()
           
 

Methods in org.apache.mahout.classifier.sgd with parameters of type OnlineAuc
 void CrossFoldLearner.setAucEvaluator(OnlineAuc auc)
           
 void AdaptiveLogisticRegression.setAucEvaluator(OnlineAuc auc)
           
 void AdaptiveLogisticRegression.Wrapper.setAucEvaluator(OnlineAuc auc)
           
 

Uses of OnlineAuc in org.apache.mahout.math.stats
 

Classes in org.apache.mahout.math.stats that implement OnlineAuc
 class GlobalOnlineAuc
          Computes a running estimate of AUC (see http://en.wikipedia.org/wiki/Receiver_operating_characteristic).
 class GroupedOnlineAuc
          Implements a variant on AUC where the result returned is an average of several AUC measurements made on sub-groups of the overall data.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.