bayesnet / bnt

Bayes Net Toolbox for Matlab
460 stars 247 forks source link

why cann't apply max-fan-in k to algorithms as PC, IC star ? #44

Open ghost opened 8 years ago

ghost commented 8 years ago

learn_struct_pdag_pc(cond_indep, n, k, varargin) and learn_struct_pdag_ic_star.m

I see that variable k is not use in code of these algorithm.

Or I missed what infomation ?

Can anyone figure out for me ?. Thanks

Ionhihir commented 8 years ago

Hi,

your right, k is present to be coherent with learn_struct_pdag_pc, learn_struct_pdag_ic_star, and learn_struct_pdag_pc_constrain.

But it seems that none of these functions use it anymore !!

So you've found a " historical artifact" that comes back from the nineties due to numerous updates since...

Best regards.

Olivier FRANÇOIS 01 81 66 87 23 COSYS / GRETTIA

De: "truonghoang" notifications@github.com À: "bayesnet/bnt" bnt@noreply.github.com Envoyé: Dimanche 24 Avril 2016 06:15:20 Objet: [bayesnet/bnt] why cann't appy max-fan-in k to algorithm as PC, IC star ? (#44)

learn_struct_pdag_pc(cond_indep, n, k, varargin) and learn_struct_pdag_ic_star.m

I see that variable k is not use in code of these algorithm.

Or I missed what infomation ?

Can I figure out for me ?. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub