cc.factorie.infer

Summary1

class Summary1[V <: variable.Var, M <: Marginal1] extends Summary

A Summary that contains multiple Marginals of type M, each a marginal distribution over a single variable.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Summary1
  2. Summary
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Summary1()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +=(marginal: FactorMarginal): Unit

  5. def +=(marginal: M): Unit

  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val _factorMarginals: HashMap[model.Factor, FactorMarginal]

    Attributes
    protected
  9. val _marginals: HashMap[V, M]

    Attributes
    protected
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def factorMarginals: Iterable[FactorMarginal]

    Definition Classes
    Summary1Summary
  15. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  17. def getMarginal(v: variable.Var): Option[Marginal1]

    If this summary has a univariate Marginal for variable v, return it in an Option; otherwise return None.

    If this summary has a univariate Marginal for variable v, return it in an Option; otherwise return None.

    Definition Classes
    Summary
  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. def logZ: Nothing

    Definition Classes
    Summary1Summary
  21. def marginal(f: model.Factor): FactorMarginal

    If this Summary has a Marginal that touches all or a subset of the neighbors of this factor return the Marginal with the maximally-available subset.

    If this Summary has a Marginal that touches all or a subset of the neighbors of this factor return the Marginal with the maximally-available subset.

    Definition Classes
    Summary1Summary
  22. def marginal(v: variable.Var): M

    If this Summary has a univariate Marginal for variable v, return it; otherwise return null.

    If this Summary has a univariate Marginal for variable v, return it; otherwise return null.

    Definition Classes
    Summary1Summary
  23. def marginals: Iterable[M]

    The collection of all Marginals available in this Summary

    The collection of all Marginals available in this Summary

    Definition Classes
    Summary1Summary
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def setToMaximize(implicit d: variable.DiffList): Unit

    Definition Classes
    Summary
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def variables: Iterable[variable.Var]

    All the variables for which this Summary has a univariate Marginal.

    All the variables for which this Summary has a univariate Marginal.

    Definition Classes
    Summary
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Summary

Inherited from AnyRef

Inherited from Any

Ungrouped