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