se.lth.cs.nlp.nlputils.ml
Class ClasswiseClassifier<T>
java.lang.Object
  
se.lth.cs.nlp.nlputils.ml.Classifier<T>
      
se.lth.cs.nlp.nlputils.ml.ClasswiseClassifier<T>
- All Implemented Interfaces: 
 - Serializable
 
public class ClasswiseClassifier<T>
- extends Classifier<T>
 
Multiclass classifier by applying a binary classifier for each class.
- Author:
 
  - Richard Johansson (richard@cs.lth.se)
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClasswiseClassifier
public ClasswiseClassifier()
classify
public Object classify(FeatureList features)
- Description copied from class: 
Classifier 
- Performs a classification given a feature list.
- Specified by:
 classify in class Classifier<T>
 
- Parameters:
 features - the feature list.
- Returns:
 - the result of the classification.