Packages

package impl

Package Members

  1. package sound

Type Members

  1. case class AffineGap(matchValue: Double = 1, misMatchValue: Double = -1, startValue: Double = 0, gapValue: Double = -1) extends Gap with Product with Serializable
  2. case class ConstantGap(matchValue: Double = 1, misMatchValue: Double = -1, gapValue: Double = 0) extends Gap with Product with Serializable
  3. trait CosSimilarityImpl extends AnyRef
  4. trait DiceCoefficientImpl extends AnyRef
  5. trait Gap extends AnyRef
  6. trait GapSubstitution extends AnyRef
  7. trait HammingImpl extends AnyRef
  8. trait JaccardImpl extends NGramTokenizer
  9. trait JaroImpl extends CommonStringDistanceAlgo
  10. trait LevenshteinDistanceImpl extends AnyRef
  11. case class LinearGap(matchValue: Double = 1, misMatchValue: Double = -1, gapValue: Double = -1) extends Gap with Product with Serializable
  12. trait LongestCommonSeqImpl extends AnyRef
  13. trait NGramImpl extends NGramTokenizer
  14. trait NeedlemanWunschImpl extends GapSubstitution
  15. trait OverlapImpl extends NGramTokenizer
  16. trait SmithWatermanImpl extends GapSubstitution

Ungrouped