final case class LogProbability(value: Double) extends AnyVal with Product with Serializable
Logarithmic probability used in HMM computations.
All probabilities are stored and computed using their log value to produce more stable and accurate results.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogProbability
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LogProbability(value: Double)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(that: LogProbability): LogProbability
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val value: Double