Description Usage Arguments Value
This function is used to compute the results for a simulation study. It computes individual precision, recall, hamming distance and balanced accuracy of each learned DBN structure and then calculates the mean and sd of all the individual results.
1 |
DBNList |
a list of learned DBN structures |
datasets |
a list of datasets simulated using the |
a list of different parameters:"precision_mean","precision_sd","recall_mean", "recall_sd", "hamming_mean", "hamming_sd", "TN_mean", "TN_sd","FN_mean" , "FN_sd", "FP_mean", "FP_sd", "TP_mean", "TP_sd", "Accuracy" , "Accuracy_sd".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.