com.aliasi.classify
Class RankedClassified<E>
java.lang.Object
com.aliasi.classify.Classified<E>
com.aliasi.classify.RankedClassified<E>
- Type Parameters:
E - the type of object classified
public class RankedClassified<E>
- extends Classified<E>
A RankedClassified represents an object that has been
classified with a ranked classification.
- Since:
- LingPipe3.9.1
- Version:
- 3.9.1
- Author:
- Bob Carpenter
RankedClassified
public RankedClassified(E object,
RankedClassification c)
- Construct a classified object consisting of the specified
object and classification.
- Parameters:
object - Object being classified.c - Classification of object.
getClassification
public RankedClassification getClassification()
- Return the classification of the object.
- Overrides:
getClassification in class Classified<E>
- Returns:
- The classification.