Class

com.cra.figaro.algorithm.factored.factors

LogMaxProductSemiring

Related Doc: package factors

Permalink

case class LogMaxProductSemiring() extends DivideableSemiRing[Double] with LogConvertibleSemiRing[Double] with Product with Serializable

Semiring for computing maxs and products with log probabilities.

Linear Supertypes
Serializable, Serializable, Product, Equals, LogConvertibleSemiRing[Double], DivideableSemiRing[Double], Semiring[Double], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogMaxProductSemiring
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LogConvertibleSemiRing
  7. DivideableSemiRing
  8. Semiring
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogMaxProductSemiring()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convert(): MaxProductSemiring

    Permalink

    Converts this semiring into its log inverse For non-log space semirings, converts to log, and for log semirings exponentiates

    Converts this semiring into its log inverse For non-log space semirings, converts to log, and for log semirings exponentiates

    Definition Classes
    LogMaxProductSemiringLogConvertibleSemiRing
  7. def divide(x: Double, y: Double): Double

    Permalink

    Division of two entries, as defined by the particular inference problem.

    Division of two entries, as defined by the particular inference problem.

    Definition Classes
    LogMaxProductSemiringDivideableSemiRing
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val isLog: Boolean

    Permalink

    Is true if this semiring is in log space

    Is true if this semiring is in log space

    Definition Classes
    LogMaxProductSemiringLogConvertibleSemiRing
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. val one: Double

    Permalink

    A value such that a*1 = a

    A value such that a*1 = a

    Definition Classes
    LogMaxProductSemiringSemiring
  17. def product(x: Double, y: Double): Double

    Permalink

    Product of two entries, as defined by the particular inference problem.

    Product of two entries, as defined by the particular inference problem.

    Definition Classes
    LogMaxProductSemiringSemiring
  18. def sum(x: Double, y: Double): Double

    Permalink

    Sum of two entries, as defined by the particular inference problem.

    Sum of two entries, as defined by the particular inference problem. E.g., for computing conditional probabilities, sum is ordinary addition; for most probable explanation, it is max.

    Definition Classes
    LogMaxProductSemiringSemiring
  19. def sumMany(xs: Traversable[Double]): Double

    Permalink

    Sum of many entries.

    Sum of many entries. Typically, this would be implemented by the ordinary sum, but there may be more efficient implementations.

    Definition Classes
    Semiring
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. val zero: Double

    Permalink

    A value such that a + 0 = a

    A value such that a + 0 = a

    Definition Classes
    LogMaxProductSemiringSemiring

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LogConvertibleSemiRing[Double]

Inherited from DivideableSemiRing[Double]

Inherited from Semiring[Double]

Inherited from AnyRef

Inherited from Any

Ungrouped