edu.stanford.nlp.classify
Interface RVFClassifier<L,F>
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- LinearClassifier
public interface RVFClassifier<L,F>
- extends Serializable
A simple interface for classifying and scoring data points with
real-valued features. Implemented by the linear classifier.
- Author:
- Jenny Finkel, Sarah Spikes (sdspikes@cs.stanford.edu) (Templatization)
classOf
L classOf(RVFDatum<L,F> example)
scoresOf
Counter<L> scoresOf(RVFDatum<L,F> example)
Stanford NLP Group