E - the type of objects being classifiedpublic interface BaseClassifier<E>
BaseClassifier interface specifies a single method for
first-best classification. Other classifier interfaces extend this
interface.| Modifier and Type | Method and Description |
|---|---|
Classification |
classify(E input)
Returns the first-best classification for the specified input.
|
Classification classify(E input)
input - Object to classify.Copyright © 2016 Alias-i, Inc.. All rights reserved.