Uses of Class
cc.mallet.types.FeatureConjunction

Packages that use FeatureConjunction
cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. 
 

Uses of FeatureConjunction in cc.mallet.types
 

Methods in cc.mallet.types that return FeatureConjunction
 FeatureConjunction FeatureConjunction.List.get(int i)
           
 

Methods in cc.mallet.types with parameters of type FeatureConjunction
 void FeatureConjunction.List.add(FeatureConjunction fc)