AnalysePredictionsList {CausalR} | R Documentation |
Taking the list of predictions from a particular hypothesis, counts the number of positive and negative predictions in the list and the number of 0's (from numPredictions).
AnalysePredictionsList(predictionsList, numPredictions)
predictionsList |
list of predictions |
numPredictions |
number of predictions |
prediction statistics
network <- system.file(package='CausalR', 'extdata', 'testNetwork.sif') ccg <- CreateCCG(network) predictions <- MakePredictions('NodeA', +1, ccg, 2) AnalysePredictionsList(predictions,8)