Search found 1 match

by Branislav
Fri Apr 08, 2011 8:19 pm
Forum: SMILE
Topic: PC learning in Java
Replies: 1
Views: 3705

PC learning in Java

Hello,
I have problem with generating network using PC alg. in Java. All I have is just pattern. This pattern is not DAG and I don't know how to turn it into DAG in Java.
Here's my code:
Network net = new Network();
DataSet ds = new DataSet();
ds.readFile(sfile);
initNetwork(net, ds, tagcnt ...