FmeasureC_no0: C++ implementation of the F-measure computation without the...

Description Usage Arguments References Examples

View source: R/RcppExports.R

Description

Aghaeepour in FlowCAP 1 ignore the reference class labeled "0"

Usage

1

Arguments

pred

vector of a predicted partition

ref

vector of a reference partition

References

N Aghaeepour, G Finak, H Hoos, TR Mosmann, RR Brinkman, R Gottardo, RH Scheuermann, Critical assessment of automated flow cytometry data analysis techniques, Nature Methods, 10(3):228-38, 2013.

Examples

1
2
3
4
5
library(NPflow)
pred <- c(1,1,2,3,2,3)
ref <- c(2,2,0,0,0,3)
FmeasureC(pred, ref)
FmeasureC_no0(pred, ref)

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