Uses of Class
contextFold.features.FeatureManager.Feature

Packages that use FeatureManager.Feature
contextFold.features Contains scoring model's parameterization related functionalities. 
 

Uses of FeatureManager.Feature in contextFold.features
 

Fields in contextFold.features with type parameters of type FeatureManager.Feature
static java.util.Comparator<FeatureManager.Feature> FeatureManager.absWeightComparator
           
static java.util.Comparator<FeatureManager.Feature> FeatureManager.nullComparator
           
static java.util.Comparator<FeatureManager.Feature> FeatureManager.weightComparator
           
 

Method parameters in contextFold.features with type arguments of type FeatureManager.Feature
 java.lang.String FeatureManager.allFeatureValues(java.util.Comparator<FeatureManager.Feature> featureComparator, boolean fiterZeros)