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

Packages that use LogisticModelParameters
org.apache.mahout.classifier.sgd   
 

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

Methods in org.apache.mahout.classifier.sgd that return LogisticModelParameters
static LogisticModelParameters TrainLogistic.getParameters()
           
static LogisticModelParameters LogisticModelParameters.loadFrom(File in)
          Reads a model from a file.
static LogisticModelParameters LogisticModelParameters.loadFrom(InputStream in)
          Reads a model from a stream.
 



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