edu.stanford.nlp.classify
Interface RVFClassifier

All Superinterfaces:
Serializable
All Known Implementing Classes:
LinearClassifier, LogisticClassifier, NaiveBayesClassifier

public interface RVFClassifier
extends Serializable

A simple interface for classifying and scoring data points with real values features. implemented by the linear classifier.

Author:
Jenny Finkel

Method Summary
 Object classOf(RVFDatum example)
           
 Counter scoresOf(RVFDatum example)
           
 

Method Detail

classOf

Object classOf(RVFDatum example)

scoresOf

Counter scoresOf(RVFDatum example)


Stanford NLP Group