| 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 |
ScoredClassification
A
ScoredClassification is a ranked classification
where each category also has a score that determines the ranking. |
| Modifier and Type | Method and Description |
|---|---|
RankedClassification |
RankedClassifier.classify(E input)
Return the n-best classification of the specified object.
|
RankedClassification |
RankedClassified.getClassification()
Return the classification of the object.
|
| Constructor and Description |
|---|
RankedClassified(E object,
RankedClassification c)
Construct a classified object consisting of the specified
object and classification.
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.