The names of the fields of the modules are directly transferred or translated from the original libraries or code. Thus, for further details of each field see the documentation of the original sources. Most of the parameters can be given as either a single value or a list. However, some parametrers might be missing for some modules, to see which parameters are available please review the JSON schemas. Dots (.) in the original parameter names are omitted for implementational reasons. .. _graph: Graphs =============== .. toctree:: :hidden: :glob: :maxdepth: 3 :name: Graph modules :caption: Graph modules graph/bdgraph_graphsim graph/fixed_graph graph/gcastle_dag graph/pcalg_randdag graph/trilearn_bandmat graph/trilearn_cta graph/trilearn_rand_bandmat .. Several possibilities exist for defining the graph component, depending on whether we wish to draw random graphs from a given distribution, or maybe provide a given structure on which we wish to perform a benchmarking study. Below is a list of available modules. .. list-table:: :header-rows: 1 * - Method - Graph type - Package - Version - Module * - graph.sim function - `UG `__ - `BDgraph `__ - 2.72 - :ref:`bdgraph_graphsim` * - Fixed graph - - - - :ref:`fixed_graph` * - gCastleDAG - `DAG `__ - `gCastle `__ - 1.0.3 - :ref:`gcastle_dag` * - randDAG - `DAG `__, `UG `__ - `pcalg `__ - 2.7-3 - :ref:`pcalg_randdag` * - Band matrix - `DG `__ - `trilearn `__ - 2.0.5 - :ref:`trilearn_bandmat` * - CTA - `DG `__ - `trilearn `__ - 2.0.5 - :ref:`trilearn_cta` * - Random bandmatrix - `DG `__ - `trilearn `__ - 2.0.5 - :ref:`trilearn_rand_bandmat`