org.apache.mahout.classifier.bayes
Class BayesParameters
java.lang.Object
org.apache.mahout.common.Parameters
org.apache.mahout.classifier.bayes.BayesParameters
public final class BayesParameters
- extends Parameters
BayesParameter used for passing parameters to the Map/Reduce Jobs parameters include gramSize,
BayesParameters
public BayesParameters()
BayesParameters
public BayesParameters(String serializedString)
throws IOException
- Throws:
IOException
getGramSize
public int getGramSize()
setGramSize
public void setGramSize(int gramSize)
getMinSupport
public int getMinSupport()
setMinSupport
public void setMinSupport(int minSupport)
getMinDF
public int getMinDF()
setMinDF
public void setMinDF(int minDf)
isSkipCleanup
public boolean isSkipCleanup()
setSkipCleanup
public void setSkipCleanup(boolean b)
getBasePath
public String getBasePath()
setBasePath
public void setBasePath(String basePath)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.