Class DAG_maxK_MultiCTBNC<NodeTypeBN extends Node,NodeTypeCTBN extends Node>

java.lang.Object
es.upm.fi.cig.multictbnc.models.AbstractPGM<Node>
es.upm.fi.cig.multictbnc.models.MultiCTBNC<NodeTypeBN,NodeTypeCTBN>
es.upm.fi.cig.multictbnc.models.submodels.DAG_maxK_MultiCTBNC<NodeTypeBN,NodeTypeCTBN>
Type Parameters:
NodeTypeBN - type of the nodes of the BN (class subgraph)
NodeTypeCTBN - type of the nodes of the CTBN (feature subgraph)
All Implemented Interfaces:
Classifier, PGM<Node>

public class DAG_maxK_MultiCTBNC<NodeTypeBN extends Node,NodeTypeCTBN extends Node> extends MultiCTBNC<NodeTypeBN,NodeTypeCTBN>
Implements a Multi-CTBNC where the class subgraph is formed by a Bayesian network, while the feature subgraph is a K-dependence continuous-time Bayesian network, i.e., the feature nodes are limited to have K parents (apart of the class variables).