Jacson

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

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

Uses of NGramProfile in de.spieleck.app.cngram
 

Classes in de.spieleck.app.cngram that implement NGramProfile
 class NGramProfileImpl
          Actual implementation of a NGramProfile Methods are provided to build new NGramProfiles profiles.
 

Methods in de.spieleck.app.cngram with parameters of type NGramProfile
 double SqMetric.diff(NGramProfile p1, NGramProfile p2)
           
 double RawMetric.diff(NGramProfile p1, NGramProfile p2)
           
 double NGramMetric.diff(NGramProfile p1, NGramProfile p2)
          Return the difference between two profiles.
 double CosMetric.diff(NGramProfile p1, NGramProfile p2)
           
 double C2xMetric.diff(NGramProfile p1, NGramProfile p2)
           
 double C2Metric.diff(NGramProfile p1, NGramProfile p2)
           
 double C2aMetric.diff(NGramProfile p1, NGramProfile p2)
           
 NGramProfiles.RankResult NGramProfiles.rank(NGramMetric metric, NGramProfile profile)
          Note this class returns a complete match result, for the sake of thread safety!
 


spieleck.de