dk.bayes.factorgraph.factor

MvnGaussianFactor

Related Doc: package factor

case class MvnGaussianFactor(varId: Int, canonGaussian: DenseCanonicalGaussian) extends SingleFactor with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SingleFactor, Factor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MvnGaussianFactor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SingleFactor
  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 MvnGaussianFactor(varId: Int, canonGaussian: DenseCanonicalGaussian)

Type Members

  1. type FACTOR_TYPE = SingleFactor

    Definition Classes
    SingleFactorFactor

Value Members

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

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

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

    Returns the product of this and that factor.

    Returns the product of this and that factor.

    Definition Classes
    MvnGaussianFactorFactor
  4. def /(factor: Factor): MvnGaussianFactor

    Divides this factor by that factor.

    Divides this factor by that factor.

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

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

    Definition Classes
    Any
  7. val canonGaussian: DenseCanonicalGaussian

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
    MvnGaussianFactorFactor
  11. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  13. 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
  14. def getVariableId(): Int

    Returns factor variable identifier.

    Returns factor variable identifier.

    Definition Classes
    MvnGaussianFactorSingleFactor
  15. def getVariableIds(): Seq[Int]

    Returns factor variable identifiers.

    Returns factor variable identifiers.

    Definition Classes
    SingleFactorFactor
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def marginal(marginalVarId: Int): MvnGaussianFactor

    Returns marginal factor for a given variable id.

    Returns marginal factor for a given variable id.

    Definition Classes
    MvnGaussianFactorFactor
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. val varId: Int

  23. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. 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 SingleFactor

Inherited from Factor

Inherited from AnyRef

Inherited from Any

Ungrouped