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 in JSON format from a File.
static LogisticModelParameters LogisticModelParameters.loadFrom(Reader in)
          Reads a model in JSON format.
 



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