Interface GraphScorer

All Known Implementing Classes:
Bridges, Bridges2, Fges, FgesOrienter, TsFges2

public interface GraphScorer
Interface for a method that scores a DAG.
Author:
Joseph Ramsey
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
  • Method Details

    • scoreDag

      double scoreDag(Graph dag)