View source: R/02_LearnGraphPredictionModel.R
ComputeRMSE | R Documentation |
Compute the normalized root mean squared error.
ComputeRMSE(true.Y, pred.Y)
true.Y |
The true phenotype of each sample. |
pred.Y |
The predicted phenotype of each sample. |
A vector of RMSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.