availableMetrics {SummarizedBenchmark}R Documentation

availableMetrics

Description

This function returns a data frame summarizing the default performance metrics provided in this package. The data.frame contains three columns, 'functions' is the name of the performance metric, 'description' is longer description of the performance metric and 'requiredTruth' is logical depending on whether the performance metrics require ground truths.

Usage

availableMetrics()

Value

A data.frame summarizing the default performance metrics provided in this package.

Examples

availableMetrics()


[Package SummarizedBenchmark version 2.0.1 Index]