Uses of Class
fingerprinters.features.FeatureMap

Packages that use FeatureMap
distance   
fingerprinters.features   
tools.tree.trie   
 

Uses of FeatureMap in distance
 

Methods in distance with parameters of type FeatureMap
 double IDistanceMeasure.getSimilarity(FeatureMap a, FeatureMap b)
           
 double DistanceTanimoto.getSimilarity(FeatureMap a, FeatureMap b)
           
 double DistanceMinMax.getSimilarity(FeatureMap a, FeatureMap b)
           
 

Method parameters in distance with type arguments of type FeatureMap
 double[][] MatrixCalculator.computeMatrix(java.util.List<FeatureMap> samples)
           
 

Uses of FeatureMap in fingerprinters.features
 

Methods in fingerprinters.features with parameters of type FeatureMap
 double FeatureMap.computeMinMaxDistance(FeatureMap other)
           
 double FeatureMap.computeTanimotoCoefficient(FeatureMap other)
           
 

Method parameters in fingerprinters.features with type arguments of type FeatureMap
static void FeatureMapHelper.printFeatureMapStatistics(java.util.List<FeatureMap> featureMaps)
           
 

Uses of FeatureMap in tools.tree.trie
 

Constructors in tools.tree.trie with parameters of type FeatureMap
TrieFeatureMap(FeatureMap fmap)