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

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

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

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



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