Package es.upm.fi.cig.multictbnc.nodes


package es.upm.fi.cig.multictbnc.nodes
  • Class
    Description
    Abstract class defining common variables and methods for any kind of node.
    Extends the DiscreteNode class to store a CIM and the sufficient statistics for a CTBN.
    Extends the DiscreteNode class to store a CPT and the sufficient statistics for a BN.
    Abstract class defining common variables and methods for discrete nodes.
    Interface for a generic node of a PGM.
    NodeFactory<NodeType extends Node>
    Provides static methods for the creation of nodes.
    NodeIndexer<NodeType extends Node>
    Links nodes with a unique index.