Uses of Class
cc.mallet.types.PartiallyRankedFeatureVector
-
Packages that use PartiallyRankedFeatureVector Package Description cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of PartiallyRankedFeatureVector in cc.mallet.types
Methods in cc.mallet.types that return PartiallyRankedFeatureVector Modifier and Type Method Description PartiallyRankedFeatureVector
PartiallyRankedFeatureVector.Factory. newPartiallyRankedFeatureVector(InstanceList ilist, LabelVector[] posteriors)
PartiallyRankedFeatureVector[]
PartiallyRankedFeatureVector.PerLabelFactory. newPartiallyRankedFeatureVectors(InstanceList ilist, LabelVector[] posteriors)
-