[R--gR] deal: heuristic search lowers the score?

Sam Steingold sds at podval.org
Wed Mar 22 20:08:40 CET 2006


Hi,
I noticed that the network created by heuristic() has lower score than
the one created by autosearch():

prior <- jointprior(net,nrow(df)*10)
search <- autosearch(net,df,prior,timetrace=TRUE,removecycles=TRUE)
heuristic <- heuristic(getnetwork(search),df,trylist=gettrylist(search))
score(getnetwork(search))
[1] 378.5992
score(getnetwork(heuristic))
[1] 357.014
why?  does this mean that the score is actually the _negative_ of log
likelihood?

also, it is not clear what the relscore is.


PS. I read the paper and the manual...

-- 
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 4 (Stentz)
http://www.honestreporting.com http://www.savegushkatif.org
http://ffii.org http://www.dhimmi.com http://www.camera.org
Democrats, get out of my wallet! Republicans, get out of my bedroom!




More information about the R-sig-gR mailing list