Uses of Class
org.apache.mahout.classifier.bayes.InMemoryBayesDatastore

Packages that use InMemoryBayesDatastore
org.apache.mahout.classifier.bayes Introduction 
 

Uses of InMemoryBayesDatastore in org.apache.mahout.classifier.bayes
 

Methods in org.apache.mahout.classifier.bayes with parameters of type InMemoryBayesDatastore
static void SequenceFileModelReader.loadFeatureWeights(InMemoryBayesDatastore datastore, org.apache.hadoop.fs.Path pathPattern, org.apache.hadoop.conf.Configuration conf)
           
static void SequenceFileModelReader.loadLabelWeights(InMemoryBayesDatastore datastore, org.apache.hadoop.fs.Path pathPattern, org.apache.hadoop.conf.Configuration conf)
           
static void SequenceFileModelReader.loadModel(InMemoryBayesDatastore datastore, Parameters params, org.apache.hadoop.conf.Configuration conf)
           
static void SequenceFileModelReader.loadSumWeight(InMemoryBayesDatastore datastore, org.apache.hadoop.fs.Path pathPattern, org.apache.hadoop.conf.Configuration conf)
           
static void SequenceFileModelReader.loadThetaNormalizer(InMemoryBayesDatastore datastore, org.apache.hadoop.fs.Path pathPattern, org.apache.hadoop.conf.Configuration conf)
           
static void SequenceFileModelReader.loadWeightMatrix(InMemoryBayesDatastore datastore, org.apache.hadoop.fs.Path pathPattern, org.apache.hadoop.conf.Configuration conf)
           
 



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