Uses of Interface
org.apache.mahout.classifier.sgd.RecordFactory

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

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

Classes in org.apache.mahout.classifier.sgd that implement RecordFactory
 class CsvRecordFactory
          Converts CSV data lines to vectors.
 

Methods in org.apache.mahout.classifier.sgd that return RecordFactory
 RecordFactory RecordFactory.includeBiasTerm(boolean useBias)
           
 RecordFactory RecordFactory.maxTargetValue(int max)
           
 



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