Package cc.mallet.types
Interface PartiallyRankedFeatureVector.PerLabelFactory
-
- Enclosing class:
- PartiallyRankedFeatureVector
public static interface PartiallyRankedFeatureVector.PerLabelFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartiallyRankedFeatureVector[]
newPartiallyRankedFeatureVectors(InstanceList ilist, LabelVector[] posteriors)
-
-
-
Method Detail
-
newPartiallyRankedFeatureVectors
PartiallyRankedFeatureVector[] newPartiallyRankedFeatureVectors(InstanceList ilist, LabelVector[] posteriors)
-
-