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 Gap extends AnyRef

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

    Permalink

Ungrouped