Uses of Class
org.apache.mahout.classifier.discriminative.LinearModel

Packages that use LinearModel
org.apache.mahout.classifier.discriminative   
 

Uses of LinearModel in org.apache.mahout.classifier.discriminative
 

Methods in org.apache.mahout.classifier.discriminative that return LinearModel
 LinearModel LinearTrainer.getModel()
          Retrieves the trained model if called after train, otherwise the raw model.
 

Methods in org.apache.mahout.classifier.discriminative with parameters of type LinearModel
protected  void WinnowTrainer.update(double label, Vector dataPoint, LinearModel model)
          Implement this method to match your training strategy.
protected  void PerceptronTrainer.update(double label, Vector dataPoint, LinearModel model)
          Implement this method to match your training strategy.
protected abstract  void LinearTrainer.update(double label, Vector dataPoint, LinearModel model)
          Implement this method to match your training strategy.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.