dk.bayes.factorgraph.factor

DiffGaussianFactor

Related Doc: package factor

case class DiffGaussianFactor(gaussian1VarId: Int, gaussian2VarId: Int, diffGaussianVarId: Int) extends TripleFactor with Product with Serializable

This class represents a factor for the difference of two Gaussian distributions.

gaussian1VarId
gaussian2VarId
diffGaussianVarId

Linear Supertypes
Serializable, Serializable, Product, Equals, TripleFactor, Factor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DiffGaussianFactor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TripleFactor
  7. Factor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DiffGaussianFactor(gaussian1VarId: Int, gaussian2VarId: Int, diffGaussianVarId: Int)

    gaussian1VarId
    gaussian2VarId
    diffGaussianVarId

Type Members

  1. type FACTOR_TYPE = TripleFactor

    Definition Classes
    TripleFactorFactor

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def *(factor: Factor): FACTOR_TYPE

    Returns the product of this and that factor.

    Returns the product of this and that factor.

    Definition Classes
    Factor
  4. def /(factor: Factor): FACTOR_TYPE

    Divides this factor by that factor.

    Divides this factor by that factor.

    Definition Classes
    Factor
  5. final def ==(arg0: Any): Boolean

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

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val diffGaussianVarId: Int

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(that: Factor, threshold: Double): Boolean

    Returns true if this and that factors are the same with a tolerance level specified by the threshold parameter.

    Returns true if this and that factors are the same with a tolerance level specified by the threshold parameter.

    Definition Classes
    Factor
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val gaussian1VarId: Int

  13. val gaussian2VarId: Int

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getValue(assignment: (Int, AnyVal)*): Double

    Returns the factor value for a given assignment to all factor variables.

    Returns the factor value for a given assignment to all factor variables.

    assignment

    Assignment to all factor variables (varId,varValue)

    Definition Classes
    Factor
  16. def getVariableIds(): Seq[Int]

    Returns factor variable identifiers.

    Returns factor variable identifiers.

    Definition Classes
    DiffGaussianFactorFactor
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def marginal(varId: Int): GaussianFactor

    Returns marginal factor for a given variable id.

    Returns marginal factor for a given variable id.

    Definition Classes
    DiffGaussianFactorFactor
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def outgoingMessages(factor1: Factor, factor2: Factor, factor3: Factor): (GaussianFactor, GaussianFactor, GaussianFactor)

    Returns outgoing messages to factor variables.

    Returns outgoing messages to factor variables. Tuple2[var1 msg, var2 msg, var3 msg]

    Definition Classes
    DiffGaussianFactorTripleFactor
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withEvidence(varId: Int, varValue: AnyVal): FACTOR_TYPE

    Returns new factor with a given evidence.

    Returns new factor with a given evidence.

    varId

    Variable id

    varValue

    Variable value

    Definition Classes
    Factor

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TripleFactor

Inherited from Factor

Inherited from AnyRef

Inherited from Any

Ungrouped