Packages

object LemmaWeigths

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LemmaWeigths
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def boundedLemmaDistribution(ts: TermState, h0: Double, initWeight: Double, hW: Double, klW: Double, maxEntropy: Double, hScale: Double = 32, steps: Int = 10, n: Int = 100): FiniteDistribution[Typ[Term]]
  2. def boundedLemmaDistributionOpt(ts: TermState, h0: Double, initWeight: Double, hW: Double, klW: Double, maxEntropy: Double, hScale: Double = 32, steps: Int = 10, n: Int = 100): Option[(Double, FiniteDistribution[Typ[Term]])]
  3. def entDiff(x: Double, h0: Double, p0: Double, q0: Double, initWeight: Double, hW: Double, klW: Double): Double
  4. def geomRangeVec(a: Double, b: Double, n: Int): Vector[Double]
  5. def geomStep(a: Double, b: Double, j: Int, n: Int): Double
  6. def hDiff(x: Double, h0: Double): Double
  7. def klDiff(x: Double, p0: Double, q0: Double): Double
  8. def leastEntropy(h0: Double, p0: Double, q0: Double, initWeight: Double = 0.5, hW: Double = 1, klW: Double = 1, n: Int = 100): Option[(Double, Double)]
  9. def lemmaDistribution(ts: TermState, h0: Double, initWeight: Double, hW: Double, klW: Double, n: Int): FiniteDistribution[Typ[Term]]
  10. def lemmas(ts: TermState, h0: Double, initWeight: Double, hW: Double, klW: Double, n: Int): Vector[(Typ[Term], Double)]