fscore: Computes the fscore between two matrices

View source: R/utils.R

fscoreR Documentation

Computes the fscore between two matrices

Description

Computes the fscore between two matrices

Usage

fscore(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))
fscore(X, X)

spectralGraphTopology documentation built on March 18, 2022, 7:35 p.m.