Description Usage Arguments Value Author(s) References See Also Examples
View source: R/DiscriminantPower.R
The Discriminant Power summarizes sensitivity and specificity.
1 | DiscriminantPower(resTable)
|
resTable |
the data.frame generated from the |
The DiscriminantPower
function returns the value of the Discriminant Power
for a given predicted adjacency matrix.
Luciano Garofano lucianogarofano88@gmail.com, Stefano Maria Pagnotta, Michele Ceccarelli
Sokolova M., Japkowicz N., Szpakowicz S. (2006). Beyond Accuracy, F-Score and ROC: A Family of Discriminant Measures for Performance Evaluation. Lecture Notes in Computer Science Volume 4304, 2006, pp 1015-1021.
1 2 3 4 5 6 7 8 9 10 | simData <- simulatedData(p = 10, n = 20, mu = 100, sigma = 0.25,
ppower = 0.73, noise = FALSE)
counts <- simData$counts
adjMat <- simData$adjMat
miML <- parMIEstimate(counts, method = "ML", unit = "nat", nchips = 2)
miML <- aracne.a(miML, eps = 0.5)
valML <- performanceNET(miML, adjMat)
DP <- DiscriminantPower(valML)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.