|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidDatastoreException | |
---|---|
org.apache.mahout.classifier.bayes | Introduction |
Uses of InvalidDatastoreException in org.apache.mahout.classifier.bayes |
---|
Methods in org.apache.mahout.classifier.bayes that throw InvalidDatastoreException | |
---|---|
ClassifierResult |
CBayesAlgorithm.classifyDocument(String[] document,
Datastore datastore,
String defaultCategory)
|
ClassifierResult |
BayesAlgorithm.classifyDocument(String[] document,
Datastore datastore,
String defaultCategory)
|
ClassifierResult |
Algorithm.classifyDocument(String[] document,
Datastore datastore,
String defaultCategory)
Classify the document and return the Result |
ClassifierResult[] |
Algorithm.classifyDocument(String[] document,
Datastore datastore,
String defaultCategory,
int numResults)
Classify the document and return the top numResults |
ClassifierResult |
ClassifierContext.classifyDocument(String[] document,
String defaultCategory)
Classify the document and return the Result |
ClassifierResult[] |
ClassifierContext.classifyDocument(String[] document,
String defaultCategory,
int numResults)
Classify the document and return the top numResults |
static void |
TestClassifier.classifySequential(BayesParameters params)
|
double |
CBayesAlgorithm.featureWeight(Datastore datastore,
String label,
String feature)
|
double |
BayesAlgorithm.featureWeight(Datastore datastore,
String label,
String feature)
|
double |
Algorithm.featureWeight(Datastore datastore,
String label,
String feature)
Get the weighted probability of the feature. |
Collection<String> |
InMemoryBayesDatastore.getKeys(String name)
|
Collection<String> |
Datastore.getKeys(String name)
get the keySet of a given Matrix/Vector as given by name |
Collection<String> |
ClassifierContext.getLabels()
Gets the labels in the given model |
Collection<String> |
Algorithm.getLabels(Datastore datastore)
Returns the labels in the given Model |
double |
InMemoryBayesDatastore.getWeight(String vectorName,
String index)
|
double |
Datastore.getWeight(String vectorName,
String index)
Gets a double value from the Vector pointed to by the vectorName from its cell pointed to by
the index |
double |
InMemoryBayesDatastore.getWeight(String matrixName,
String row,
String column)
|
double |
Datastore.getWeight(String matrixName,
String row,
String column)
Gets a double value from the Matrix pointed to by the matrixName from its cell pointed to by
the row and column string |
void |
InMemoryBayesDatastore.initialize()
|
void |
Datastore.initialize()
Initializes the and loads the model into memory/cache if necessary |
void |
ClassifierContext.initialize()
Initializes the Context. |
void |
Algorithm.initialize(Datastore datastore)
Initialize the data store and verifies the data in it. |
static void |
TestClassifier.main(String[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |