Uses of Class
calhoun.analysis.crf.features.tricycle13.KmerFeatures.Cardinality

Packages that use KmerFeatures.Cardinality
calhoun.analysis.crf.features.tricycle13 basic features and model for the tricycle13 gene calling model 
 

Uses of KmerFeatures.Cardinality in calhoun.analysis.crf.features.tricycle13
 

Methods in calhoun.analysis.crf.features.tricycle13 that return KmerFeatures.Cardinality
static KmerFeatures.Cardinality KmerFeatures.Cardinality.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KmerFeatures.Cardinality[] KmerFeatures.Cardinality.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in calhoun.analysis.crf.features.tricycle13 with parameters of type KmerFeatures.Cardinality
KmerFeatures(KmerFeatures.Cardinality cardinality)
           
KmerFeatures(java.util.List<int[]> kmerDefs, KmerFeatures.Cardinality cardinality)