axle.stats.FactorModule

Factor

class Factor[T, N] extends AnyRef

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

Instance Constructors

  1. new Factor(varList: Vector[Distribution[T, N]], values: Map[Vector[CaseIs[T, N]], N])(implicit arg0: Eq[T], arg1: Field[N], arg2: Order[N], arg3: ClassTag[N], arg4: ConvertableFrom[N])

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def apply(c: Seq[CaseIs[T, N]]): N

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def cases: Iterable[Seq[CaseIs[T, N]]]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val crossProduct: IndexedCrossProduct[T]

  9. lazy val elements: Array[N]

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

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

    Definition Classes
    AnyRef → Any
  12. def evaluate(prior: Seq[CaseIs[T, N]], condition: Seq[CaseIs[T, N]]): N

  13. val field: Field[N]

  14. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def indexOf(cs: Seq[CaseIs[T, N]]): Int

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def isSupersetOf(left: Seq[CaseIs[T, N]], right: Seq[CaseIs[T, N]]): Boolean

  20. def maxOut(variable: Distribution[T, N]): Factor[T, N]

  21. def mentions(variable: Distribution[T, N]): Boolean

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def projectRowsConsistentWith(eOpt: Option[List[CaseIs[T, N]]]): Factor[T, N]

  26. def projectToOnly(remainingVars: Vector[Distribution[T, N]]): Factor[T, N]

  27. def projectToVars(cs: Seq[CaseIs[T, N]], pVars: Set[Distribution[T, N]]): Seq[CaseIs[T, N]]

  28. def sumOut(varsToSumOut: Set[Distribution[T, N]]): Factor[T, N]

  29. def sumOut(gone: Distribution[T, N]): Factor[T, N]

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def tally(a: Distribution[T, N], b: Distribution[T, N]): FactorModule.Matrix[Double]

  32. def toHtml: Node

  33. def toString(): String

    Definition Classes
    Factor → AnyRef → Any
  34. def variables: Vector[Distribution[T, N]]

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def Σ(varsToSumOut: Set[Distribution[T, N]]): Factor[T, N]

  39. def Σ(varToSumOut: Distribution[T, N]): Factor[T, N]

Inherited from AnyRef

Inherited from Any

Ungrouped