ComputeRMSE: Compute the normalized root mean squared error.

View source: R/02_LearnGraphPredictionModel.R

ComputeRMSER Documentation

Compute the normalized root mean squared error.

Description

Compute the normalized root mean squared error.

Usage

ComputeRMSE(true.Y, pred.Y)

Arguments

true.Y

The true phenotype of each sample.

pred.Y

The predicted phenotype of each sample.

Value

A vector of RMSE.


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