FmeasureC: C++ implementation of the F-measure computation

View source: R/RcppExports.R

FmeasureCR Documentation

C++ implementation of the F-measure computation

Description

C++ implementation of the F-measure computation

Usage

FmeasureC(pred, ref)

Arguments

pred

vector of a predicted partition

ref

vector of a reference partition

Examples

pred <- c(1,1,2,3,2,3)
ref <- c(2,2,1,1,1,3)
FmeasureC(pred, ref)


borishejblum/NPflow documentation built on Feb. 2, 2024, 1:51 a.m.