Instance Constructors
-
new
BayesianNetwork
(_name: String)
Type Members
-
-
-
-
trait
GraphEdge
[P]
extends AnyRef
-
trait
GraphVertex
[P]
extends AnyRef
-
-
-
-
-
type
S
= DirectedSparseGraph[V, E]
-
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
-
-
def
+=
(vs: (V, V), ep: String): E
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
_ancestors
(v: V, result: Set[V]): Unit
-
def
_descendants
(v: V, result: Set[V]): Unit
-
def
_findOpenPath
(visited: Map[axle.stats.RandomVariable[_], Set[axle.stats.RandomVariable[_]]], priorDirection: Int, prior: axle.stats.RandomVariable[_], current: Set[axle.stats.RandomVariable[_]], to: Set[axle.stats.RandomVariable[_]], given: Set[axle.stats.RandomVariable[_]]): Option[List[axle.stats.RandomVariable[_]]]
-
def
ancestors
(vs: Set[V]): Set[V]
-
def
ancestors
(v: V): Set[V]
-
def
asInstanceOf
[T0]
: T0
-
def
blocks
(from: Set[axle.stats.RandomVariable[_]], to: Set[axle.stats.RandomVariable[_]], given: Set[axle.stats.RandomVariable[_]]): Boolean
-
def
clone
(): AnyRef
-
def
computeFullCase
(c: List[axle.stats.CaseIs[_]]): Double
-
def
cpt
(variable: axle.stats.RandomVariable[_]): Factor
-
def
deleteEdge
(e: E): Unit
-
def
deleteVertex
(v: V): Unit
-
def
descendants
(v: V): Set[V]
-
def
descendantsIntersectsSet
(v: V, s: Set[V]): Boolean
-
-
def
edge
(source: V, dest: V, payload: String): E
-
def
edges
(): Set[E]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
factorElimination
(τ: EliminationTree, e: List[axle.stats.CaseIs[_]]): Map[Factor, Factor]
-
def
factorElimination1
(Q: Set[axle.stats.RandomVariable[_]]): Factor
-
-
def
factorElimination3
(Q: Set[axle.stats.RandomVariable[_]], τ: EliminationTree, f: Factor): Factor
-
def
finalize
(): Unit
-
def
findEdge
(from: V, to: V): Option[E]
-
def
findVertex
(test: (BayesianNetworkNode) ⇒ Boolean): Option[V]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
-
def
interactsWith
(v1: axle.stats.RandomVariable[_], v2: axle.stats.RandomVariable[_]): Boolean
-
def
isAcyclic
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isLeaf
(v: V): Boolean
-
def
jointProbabilityTable
(): Factor
-
val
jungGraph
: DirectedSparseGraph[V, E]
-
def
leaves
(): Set[V]
-
def
markovAssumptionsFor
(rv: axle.stats.RandomVariable[_]): Independence
-
def
minDegreeOrder
(pX: Set[axle.stats.RandomVariable[_]]): List[axle.stats.RandomVariable[_]]
-
def
minFillOrder
(pX: Set[axle.stats.RandomVariable[_]]): List[axle.stats.RandomVariable[_]]
-
def
moralGraph
(): axle.graph.JungUndirectedGraphFactory.UndirectedGraph[_, _]
-
def
name
(): String
-
val
name2variable
: Map[String, axle.stats.RandomVariable[_]]
-
def
ne
(arg0: AnyRef): Boolean
-
def
neighbors
(v: V): Set[V]
-
var
newVarIndex
: Int
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
numVariables
(): Int
-
def
orderWidth
(order: List[axle.stats.RandomVariable[_]]): Int
-
def
outputEdgesOf
(v: V): Set[E]
-
def
precedes
(v1: V, v2: V): Boolean
-
def
predecessors
(v: V): Set[V]
-
def
probabilityOf
(cs: Seq[axle.stats.CaseIs[_]]): Double
-
def
pruneEdges
(resultName: String, eOpt: Option[List[axle.stats.CaseIs[_]]]): BayesianNetwork
-
def
pruneNetworkVarsAndEdges
(Q: Set[axle.stats.RandomVariable[_]], eOpt: Option[List[axle.stats.CaseIs[_]]]): BayesianNetwork
-
def
pruneNodes
(Q: Set[axle.stats.RandomVariable[_]], eOpt: Option[List[axle.stats.CaseIs[_]]], g: BayesianNetwork): BayesianNetwork
-
def
randomVariables
(): List[axle.stats.RandomVariable[_]]
-
def
removeAllEdgesAndVertices
(): Unit
-
def
removeInputs
(vs: Set[V]): Unit
-
def
removeOutputs
(vs: Set[V]): Unit
-
def
removePredecessor
(v: V, predecessor: V): Unit
-
def
removeSuccessor
(v: V, successor: V): Unit
-
def
shortestPath
(source: V, goal: V): Option[List[E]]
-
def
size
(): Int
-
def
storage
(): DirectedSparseGraph[V, E]
-
def
successors
(v: V): Set[V]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
variable
(name: String): axle.stats.RandomVariable[_]
-
def
variableEliminationMAP
(Q: Set[axle.stats.RandomVariable[_]], e: List[axle.stats.RandomVariable[_]]): List[axle.stats.CaseIs[_]]
-
def
variableEliminationMPE
(e: List[axle.stats.CaseIs[_]]): (Double, BayesianNetwork)
-
def
variableEliminationPR
(Q: Set[axle.stats.RandomVariable[_]], eOpt: Option[List[axle.stats.CaseIs[_]]]): (Factor, BayesianNetwork)
-
def
variableEliminationPriorMarginalI
(Q: Set[axle.stats.RandomVariable[_]], π: List[axle.stats.RandomVariable[_]]): Factor
-
def
variableEliminationPriorMarginalII
[A]
(Q: Set[axle.stats.RandomVariable[_]], π: List[axle.stats.RandomVariable[_]], e: CaseIs[A]): Factor
-
-
def
vertexPayloadToRandomVariable
(mvp: BayesianNetworkNode): axle.stats.RandomVariable[_]
-
def
vertexToVisualizationHtml
(vp: BayesianNetworkNode): Node
-
def
vertices
(): Set[V]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any