Uses of Class
cc.mallet.types.PartiallyRankedFeatureVector

Packages that use PartiallyRankedFeatureVector
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
 PartiallyRankedFeatureVector PartiallyRankedFeatureVector.Factory.newPartiallyRankedFeatureVector(InstanceList ilist, LabelVector[] posteriors)
           
 PartiallyRankedFeatureVector[] PartiallyRankedFeatureVector.PerLabelFactory.newPartiallyRankedFeatureVectors(InstanceList ilist, LabelVector[] posteriors)