calculateMetricsBinaryClassifier: This function is for an older version of MethylPipeR and is...

View source: R/pipeline_modules.R

calculateMetricsBinaryClassifierR Documentation

This function is for an older version of MethylPipeR and is now deprecated. It is currently still included to allow old scripts to run correctly. Given model predictions and labels, calculates binary classification performance metrics

Description

This function is for an older version of MethylPipeR and is now deprecated. It is currently still included to allow old scripts to run correctly. Given model predictions and labels, calculates binary classification performance metrics

Usage

calculateMetricsBinaryClassifier(
  modelPredictions,
  y,
  pipelineRunInformation,
  modelLabel
)

Arguments

modelPredictions

A vector of model predictions.

y

A matrix/data.frame with a column named 'Event' corresponding to a binary label.

pipelineRunInformation

The object originally created by beginPipelineRun.

modelLabel

A string that will act as a label for this function call. The label will be used as a prefix for the saved object filenames in this function call.

Value

Object containing model metrics.


marioni-group/MethylPipeR documentation built on Oct. 10, 2024, 3:32 p.m.