java.lang.Object
es.upm.fi.cig.multictbnc.learning.structure.constraintlearning.PC.CTPC
es.upm.fi.cig.multictbnc.learning.structure.constraintlearning.PC.MarkovBlanketCTPC
All Implemented Interfaces:
StructureLearningAlgorithm
Direct Known Subclasses:
OnlineMarkovBlanketCTPC

public class MarkovBlanketCTPC extends CTPC
Implementation of the MB-CTPC algorithm.
  • Constructor Details

    • MarkovBlanketCTPC

      public MarkovBlanketCTPC(double sigTimeTransitionHypothesis, double sigStateToStateTransitionHypothesis)
      Initialises the MB-CTPC algorithm by providing the significances to be used.
      Parameters:
      sigTimeTransitionHypothesis - significance level used for the null time to transition hypothesis
      sigStateToStateTransitionHypothesis - significance level used for the null state-to-state transition hypothesis
  • Method Details