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

Description Usage Arguments Examples

View source: R/RcppExports.R

Description

C++ implementation of the F-measure computation

Usage

1

Arguments

pred

vector of a predicted partition

ref

vector of a reference partition

Examples

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

NPflow documentation built on Feb. 6, 2020, 5:15 p.m.