OrderHypotheses {CausalR}R Documentation

order hypotheses

Description

Ranks the hypotheses. Takes a matrix containing the scores for each node of the network, and ranks them placing the hypothesis with the most correct predictions is at the top

Usage

OrderHypotheses(scoresMatrix)

Arguments

scoresMatrix

a matrix containing the scores for each node of the network

Value

a ranked table of hypotheses


[Package CausalR version 1.18.0 Index]