object LemmaWeigths
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LemmaWeigths
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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]]
- 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]])]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def entDiff(x: Double, h0: Double, p0: Double, q0: Double, initWeight: Double, hW: Double, klW: Double): Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def geomRangeVec(a: Double, b: Double, n: Int): Vector[Double]
- def geomStep(a: Double, b: Double, j: Int, n: Int): Double
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hDiff(x: Double, h0: Double): Double
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def klDiff(x: Double, p0: Double, q0: Double): Double
- def leastEntropy(h0: Double, p0: Double, q0: Double, initWeight: Double = 0.5, hW: Double = 1, klW: Double = 1, n: Int = 100): Option[(Double, Double)]
- def lemmaDistribution(ts: TermState, h0: Double, initWeight: Double, hW: Double, klW: Double, n: Int): FiniteDistribution[Typ[Term]]
- def lemmas(ts: TermState, h0: Double, initWeight: Double, hW: Double, klW: Double, n: Int): Vector[(Typ[Term], Double)]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated