| Package | Description |
|---|---|
| com.aliasi.classify |
Classes for classifying data and evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalClassification
A
ConditionalClassification is a scored classification
which estimates conditional probabilities of categories given an
input. |
class |
JointClassification
A
JointClassification is a conditional classification
derived from a joint probability assignment to each category and
the object being classified. |
class |
RankedClassification
A
RankedClassification provides a classification with
an ordered n-best list of category results. |
class |
ScoredClassification
A
ScoredClassification is a ranked classification
where each category also has a score that determines the ranking. |
| Modifier and Type | Method and Description |
|---|---|
Classification |
BaseClassifier.classify(E input)
Returns the first-best classification for the specified input.
|
Classification |
Classified.getClassification()
Return the classification of the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseClassifierEvaluator.addClassification(String referenceCategory,
Classification classification,
E input)
Adds the specified classification as a response for the specified
reference category.
|
void |
TradNaiveBayesClassifier.train(CharSequence cSeq,
Classification classification,
double count)
Trains the classifier with the specified case consisting of
a character sequence and conditional classification with the
specified count.
|
| Constructor and Description |
|---|
Classified(E object,
Classification c)
Construct a classified object consisting of the specified
object and classification.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.