Package cc.mallet.types
Interface RankedFeatureVector.PerLabelFactory
-
- All Known Implementing Classes:
PerLabelFeatureCounts.Factory
,PerLabelInfoGain.Factory
- Enclosing class:
- RankedFeatureVector
public static interface RankedFeatureVector.PerLabelFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RankedFeatureVector[]
newRankedFeatureVectors(InstanceList ilist)
-
-
-
Method Detail
-
newRankedFeatureVectors
RankedFeatureVector[] newRankedFeatureVectors(InstanceList ilist)
-
-