-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsample_configuration.xml
39 lines (39 loc) · 1.42 KB
/
sample_configuration.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<comparison>
<compareBy>
<search>
<simulations>
<simulation source="generate">
<graphtype>RandomForward</graphtype>
<modeltype>SemSimulation</modeltype>
</simulation>
</simulations>
<algorithms>
<algorithm name="pc-all">
<test>fisher-z-test</test>
</algorithm>
<algorithm name="fges">
<score>sem-bic</score>
</algorithm>
</algorithms>
<parameters>
<parameter name="numRuns">10</parameter>
<parameter name="numMeasures">100</parameter>
<parameter name="avgDegree">4</parameter>
</parameters>
</search>
</compareBy>
<statistics>
<statistic>adjacencyPrecision</statistic>
<statistic>adjacencyRecall</statistic>
<statistic>SHD</statistic>
</statistics>
<properties>
<property name="showAlgorithmIndices">true</property>
<property name="showSimulationIndices">true</property>
<property name="sortByUtility">true</property>
<property name="showUtilities">true</property>
<property name="saveSearchGraphs">true</property>
<property name="tabDelimitedTables">true</property>
</properties>
</comparison>