Rdocumentation
powered by
Learn R Programming
BTR (version 1.2.4)
rcpp_validate: Calculating validation scores between two adjacency matrices
Description
This function calculates the validation scores between two adjacency matrices.
Usage
rcpp_validate(inf_mat, true_mat)
Arguments
inf_mat
matrix. It should be adjacency matrix of inferred network.
true_mat
matrix. It should be adjacency matrix of true network.