dk.bayes.model.clustergraph

GenericClusterGraph

case class GenericClusterGraph() extends ClusterGraph with Product with Serializable

Default implementation of a ClusterGraph.

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

Instance Constructors

  1. new GenericClusterGraph()

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def addCluster(clusterId: Int, factor: Factor, clusterTypeId: Option[Int] = None): Unit

    Adds cluster to this cluster graph.

    Adds cluster to this cluster graph.

    clusterId

    Unique cluster id

    factor

    Initial cluster potentials

    clusterTypeId

    Unique id of a cluster type. Clusters of the same cluster type usually share the same cluster initial potentials. TypeId can be used for learning parameters in dynamic bayesian networks, with multiple prior, transition and emission parameters.

    Definition Classes
    GenericClusterGraphClusterGraph
  7. def addEdge(clusterId1: Int, clusterId2: Int): Unit

    Adds edge between clusters in this cluster graph.

    Adds edge between clusters in this cluster graph.

    Definition Classes
    GenericClusterGraphClusterGraph
  8. def addEdges(firstEdge: (Int, Int), nextEdges: (Int, Int)*): Unit

    Adds edges between clusters in this cluster graph.

    Adds edges between clusters in this cluster graph.

    firstEdge

    Tuple2[clusterId, clusterId2]

    nextEdges

    Tuple2[clusterId, clusterId2]

    Definition Classes
    GenericClusterGraphClusterGraph
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def getCluster(clusterId: Int): Cluster

    Returns cluster for a cluster id.

    Returns cluster for a cluster id.

    Definition Classes
    GenericClusterGraphClusterGraph
  15. def getClusters(): Seq[Cluster]

    Returns all clusters in this cluster graph.

    Returns all clusters in this cluster graph.

    Definition Classes
    GenericClusterGraphClusterGraph
  16. def getVariables(): Seq[Var]

    Returns unique variables in this cluster graph.

    Returns unique variables in this cluster graph.

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

    Definition Classes
    Any
  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. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ClusterGraph

Inherited from AnyRef

Inherited from Any

Ungrouped