Class SkeletonDiscovery


  • public class SkeletonDiscovery
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CausalGraph skeleton_discovery​(double[][] data, double alpha, CIT indep_test, boolean stable, BackgroundKnowledge background_knowledge, java.util.List<java.lang.String> node_names)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SkeletonDiscovery

        public SkeletonDiscovery()
    • Method Detail

      • skeleton_discovery

        public static CausalGraph skeleton_discovery​(double[][] data,
                                                     double alpha,
                                                     CIT indep_test,
                                                     boolean stable,
                                                     BackgroundKnowledge background_knowledge,
                                                     java.util.List<java.lang.String> node_names)