package impl
Type Members
- case class AffineGap(matchValue: Double = 1, misMatchValue: Double = -1, startValue: Double = 0, gapValue: Double = -1) extends Gap with Product with Serializable
- case class ConstantGap(matchValue: Double = 1, misMatchValue: Double = -1, gapValue: Double = 0) extends Gap with Product with Serializable
- trait CosSimilarityImpl extends AnyRef
- trait DiceCoefficientImpl extends AnyRef
- trait Gap extends AnyRef
- trait GapSubstitution extends AnyRef
- trait HammingImpl extends AnyRef
- trait JaccardImpl extends NGramTokenizer
- trait JaroImpl extends CommonStringDistanceAlgo
- trait LevenshteinDistanceImpl extends AnyRef
- case class LinearGap(matchValue: Double = 1, misMatchValue: Double = -1, gapValue: Double = -1) extends Gap with Product with Serializable
- trait LongestCommonSeqImpl extends AnyRef
- trait NGramImpl extends NGramTokenizer
- trait NeedlemanWunschImpl extends GapSubstitution
- trait OverlapImpl extends NGramTokenizer
- trait SmithWatermanImpl extends GapSubstitution