|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BayesParameters in org.apache.mahout.classifier.bayes |
---|
Methods in org.apache.mahout.classifier.bayes with parameters of type BayesParameters | |
---|---|
static void |
TestClassifier.classifyParallel(BayesParameters params)
|
static void |
TestClassifier.classifySequential(BayesParameters params)
|
static void |
TrainClassifier.trainCNaiveBayes(org.apache.hadoop.fs.Path dir,
org.apache.hadoop.fs.Path outputDir,
BayesParameters params)
|
static void |
TrainClassifier.trainNaiveBayes(org.apache.hadoop.fs.Path dir,
org.apache.hadoop.fs.Path outputDir,
BayesParameters params)
|
Uses of BayesParameters in org.apache.mahout.classifier.bayes.mapreduce.bayes |
---|
Methods in org.apache.mahout.classifier.bayes.mapreduce.bayes with parameters of type BayesParameters | |
---|---|
void |
BayesThetaNormalizerDriver.runJob(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
BayesParameters params)
|
void |
BayesDriver.runJob(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
BayesParameters params)
|
Uses of BayesParameters in org.apache.mahout.classifier.bayes.mapreduce.cbayes |
---|
Methods in org.apache.mahout.classifier.bayes.mapreduce.cbayes with parameters of type BayesParameters | |
---|---|
void |
CBayesThetaNormalizerDriver.runJob(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
BayesParameters params)
|
void |
CBayesDriver.runJob(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
BayesParameters params)
|
Uses of BayesParameters in org.apache.mahout.classifier.bayes.mapreduce.common |
---|
Methods in org.apache.mahout.classifier.bayes.mapreduce.common with parameters of type BayesParameters | |
---|---|
void |
BayesWeightSummerDriver.runJob(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
BayesParameters params)
|
void |
BayesTfIdfDriver.runJob(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
BayesParameters params)
|
void |
BayesJob.runJob(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
BayesParameters params)
Execute a classification job on a cluster. |
void |
BayesFeatureDriver.runJob(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
BayesParameters params)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |