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

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

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

Methods in org.apache.mahout.classifier.sgd that return CsvRecordFactory
 CsvRecordFactory CsvRecordFactory.includeBiasTerm(boolean useBias)
           
 CsvRecordFactory CsvRecordFactory.maxTargetValue(int max)
          Defines the number of target variable categories, but allows this parser to pick encodings for them as they appear.
 



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