Rdocumentation
powered by
Learn R Programming
prcbench (version 0.3.1)
ToolIFBase: Base class of performance evaluation tools
Description
ToolIFBase
is an abstract class to provide a uniform interface for performance evaluation tools.
Usage
ToolIFBase
Arguments
format
An R6 class object
See Also
ToolROCR
,
ToolAUCCalculator
,
ToolPerfMeas
,
ToolPRROC
, and
Toolprecrec
are derived from this class.
create_toolset
for creating a list of tools.