FmeasureC {cytometree} | R 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 |
Author(s)
Boris Hejblum
[Package cytometree version 2.0.2 Index]