Jacson

Uses of Interface
de.spieleck.app.cngram.NGramMetric

Packages that use NGramMetric
de.spieleck.app.cngram Implementation of character based ngrams. 
 

Uses of NGramMetric in de.spieleck.app.cngram
 

Classes in de.spieleck.app.cngram that implement NGramMetric
 class C2aMetric
          This metric is based on a loose interpretation of the Chi^2 formula.
 class C2Metric
          Chi^2 Metric without rectification of classes
 class C2xMetric
          ALPHA modified Chi^2 Metric without rectification of classes and with centrification between the two profiles.
 class CosMetric
          Cosine Metric This is nicely valued between zero and one
 class RawMetric
          Raw (Delta-count) based difference between profiles.
 class SqMetric
          Squared raw metric for distance between profiles.
 

Methods in de.spieleck.app.cngram with parameters of type NGramMetric
 NGramProfiles.RankResult NGramProfiles.rank(NGramMetric metric, NGramProfile profile)
          Note this class returns a complete match result, for the sake of thread safety!
 


spieleck.de