org.apache.mahout.classifier.bayes.common
Class BayesParameters

java.lang.Object
  extended by org.apache.mahout.common.Parameters
      extended by org.apache.mahout.classifier.bayes.common.BayesParameters

public class BayesParameters
extends Parameters

BayesParameter used for passing parameters to the Map/Reduce Jobs parameters include gramSize,


Constructor Summary
BayesParameters(int gramSize)
           
 
Method Summary
 
Methods inherited from class org.apache.mahout.common.Parameters
fromString, get, get, print, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BayesParameters

public BayesParameters(int gramSize)


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