Uses of Class
org.apache.mahout.classifier.sgd.PassiveAggressive

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

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

Methods in org.apache.mahout.classifier.sgd that return PassiveAggressive
 PassiveAggressive PassiveAggressive.copy()
           
 PassiveAggressive PassiveAggressive.learningRate(double learningRate)
          Chainable configuration option.
 

Methods in org.apache.mahout.classifier.sgd with parameters of type PassiveAggressive
 void PassiveAggressive.copyFrom(PassiveAggressive other)
           
 



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