specificity {spectralGraphTopology}R Documentation

Computes the specificity between two matrices

Description

Computes the specificity between two matrices

Usage

specificity(Wtrue, West, eps = 1e-04)

Arguments

Wtrue

true matrix

West

estimated matrix

eps

real number such that edges whose values are smaller than eps are not considered in the computation of the fscore

Examples

library(spectralGraphTopology)
X <- L(c(1, 0, 1))
specificity(X, X)

[Package spectralGraphTopology version 0.2.3 Index]