E - the type of objects being classifiedpublic interface RankedClassifier<E> extends BaseClassifier<E>
RankedClassifier interface specifies a single
classification method that returns n-best classifications of
inputs.| Modifier and Type | Method and Description |
|---|---|
RankedClassification |
classify(E input)
Return the n-best classification of the specified object.
|
RankedClassification classify(E input)
classify in interface BaseClassifier<E>input - Object to classify.Copyright © 2016 Alias-i, Inc.. All rights reserved.