Page 1 of 1

Score calculation (per node) by bnlearn

PostPosted: Thu Oct 10, 2019 3:27 pm
by musfiqsazal
rm(list = ls())
library(bnlearn)

meeting_score <- score(resGS, data.frame(dades), type="bde", by.node = T, debug = T)
meeting_score

resGS is the network
dades is the data
meeting_score will provide score of each node

Node score

PostPosted: Thu Oct 10, 2019 3:32 pm
by cwyoo
Calculating node score using BNlearn