ComputeGlobalErrorMetafeature: Computes the importance as the median absolute error for all...

View source: R/metafeaturefunctions.R

ComputeGlobalErrorMetafeatureR Documentation

Computes the importance as the median absolute error for all predictors on all samples except the sample in question.

Description

Computes the importance as the median absolute error for all predictors on all samples except the sample in question.

Usage

ComputeGlobalErrorMetafeature(predictions, true)

Arguments

predictions

Prediction data frame, where rows are samples, and columns are predictors.

true

Named vector of the true outcome values.

Value

A data frame with the importance metric for each sample and each predictor.


ncats/MultiOmicsGraphPrediction documentation built on Aug. 23, 2023, 9:19 a.m.