View source: R/performance_evaluation.R
calculate_acc | R Documentation |
Calculate accuracy value
calculate_acc(network_table, ground_truth)
network_table |
The weight data table of network |
ground_truth |
Ground truth for calculate AUC |
ACC value
data("example_matrix")
data("example_ground_truth")
network_table <- inferCSN(example_matrix)
calculate_acc(network_table, example_ground_truth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.