conditional_edge_prediction_MSE: A Function to calculate Mean Edgewise MSE to evaluate edge predictions.
Description
Calculates mean edgewise MSE for predicted edge values.
Usage
conditional_edge_prediction_MSE(edge_prediction_results)
Arguments
edge_prediction_results
A list object returned by the
`conditional_edge_prediction()` function.