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