E - the type of object classifiedpublic class Classified<E> extends Object
Classified represents an object that has been classified
with a first-best classification. Classified objects are used for
training classifiers.| Constructor and Description |
|---|
Classified(E object,
Classification c)
Construct a classified object consisting of the specified
object and classification.
|
| Modifier and Type | Method and Description |
|---|---|
Classification |
getClassification()
Return the classification of the object.
|
E |
getObject()
Return the object that is classified.
|
String |
toString()
Returns a string-based representation of the classified
object and best category.
|
public Classified(E object, Classification c)
object - Object being classified.c - Classification of object.public E getObject()
public Classification getClassification()
Copyright © 2016 Alias-i, Inc.. All rights reserved.