Skip to main content
. 2022 Sep 24;24(10):1351. doi: 10.3390/e24101351
Algorithm 4: The CO-CDG Algorithm
Input:   dataset X
OutputW
  • 1
    Causal Direction Matrix G = Algorithm1(X);
  • 2
    Prediction Graph W = Algorithm2(X, G);
  • 3
    Final Prediction Graph W = Algorithm3(X,W);