org.allenai.nlpstack.parse.poly.ml
the embedded classifier (which uses integer-based feature names)
a map from the integer feature names to their string-based form
the embedded classifier (which uses integer-based feature names)
Returns the most probable (integer) outcome, given the input feature vector.
Returns the most probable (integer) outcome, given the input feature vector.
the feature vector to classify
the most probable (integer) outcome
a map from the integer feature names to their string-based form
Returns a distributions over all (integer) outcomes, given the input feature vector.
Returns a distributions over all (integer) outcomes, given the input feature vector.
the feature vector to classify
the most probable (integer) outcome
A WrapperClassifier wraps a ProbabilisticClassifier (which uses integer-based feature names) in an interface that allows you to use the more natural org.allenai.nlpstack.parse.poly.ml FeatureVector format for classification.
the embedded classifier (which uses integer-based feature names)
a map from the integer feature names to their string-based form