Package

com.github.vickumar1981.stringdistance

impl

Permalink

package impl

Visibility
  1. Public
  2. All

Type Members

  1. case class AffineGap(matchValue: Double = 1, misMatchValue: Double = 1, startValue: Double = 0, gapValue: Double = 1) extends Gap with Product with Serializable

    Permalink
  2. case class ConstantGap(matchValue: Double = 1, misMatchValue: Double = 1, gapValue: Double = 0) extends Gap with Product with Serializable

    Permalink
  3. trait CosSimilarityImpl extends AnyRef

    Permalink
  4. trait DiceCoefficientImpl extends AnyRef

    Permalink
  5. trait Gap extends AnyRef

    Permalink
  6. trait GapSubstitution extends AnyRef

    Permalink
  7. trait HammingImpl extends AnyRef

    Permalink
  8. trait JaccardImpl extends NGramTokenizer

    Permalink
  9. trait JaroImpl extends CommonStringDistanceAlgo

    Permalink
  10. trait LevenshteinDistanceImpl extends AnyRef

    Permalink
  11. case class LinearGap(matchValue: Double = 1, misMatchValue: Double = 1, gapValue: Double = 1) extends Gap with Product with Serializable

    Permalink
  12. trait LongestCommonSeqImpl extends AnyRef

    Permalink
  13. trait NGramImpl extends NGramTokenizer

    Permalink
  14. trait NeedlemanWunschImpl extends GapSubstitution

    Permalink
  15. trait OverlapImpl extends NGramTokenizer

    Permalink
  16. trait SmithWatermanImpl extends GapSubstitution

    Permalink

Value Members

  1. package sound

    Permalink

Ungrouped