Beispiel #1
0
 /** Constucts a wrapper for the given EdgeListGraph. */
 public TsFciRunner2(
     GraphSource graphWrapper, Parameters params, KnowledgeBoxModel knowledgeBoxModel) {
   super(graphWrapper.getGraph(), params, knowledgeBoxModel);
 }
Beispiel #2
0
 /** Constucts a wrapper for the given EdgeListGraph. */
 public VcpcAltRunner(GraphSource graphWrapper, PcSearchParams params) {
   super(graphWrapper.getGraph(), params);
 }
Beispiel #3
0
 /** Constucts a wrapper for the given EdgeListGraph. */
 public TFciGesRunner(
     GraphSource graphWrapper, FciGesSearchParams params, KnowledgeBoxModel knowledgeBoxModel) {
   super(graphWrapper.getGraph(), params, knowledgeBoxModel);
 }
Beispiel #4
0
 /** Constucts a wrapper for the given EdgeListGraph. */
 public VcpcAltRunner(
     GraphSource graphWrapper, PcSearchParams params, KnowledgeBoxModel knowledgeBoxModel) {
   super(graphWrapper.getGraph(), params, knowledgeBoxModel);
 }