Uses of Class
org.apache.mahout.classifier.sgd.ModelDissector.Weight

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

Uses of ModelDissector.Weight in org.apache.mahout.classifier.sgd
 

Methods in org.apache.mahout.classifier.sgd that return types with arguments of type ModelDissector.Weight
 List<ModelDissector.Weight> ModelDissector.summary(int n)
          Returns the n most important features with their weights, most important category and the top few categories that they affect.
 

Methods in org.apache.mahout.classifier.sgd with parameters of type ModelDissector.Weight
 int ModelDissector.Weight.compareTo(ModelDissector.Weight other)
           
 



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