ComputeRmseWithBestPermutationGreedy: Compute the root mean square error between matrix by...

View source: R/error.R

ComputeRmseWithBestPermutationGreedyR Documentation

Compute the root mean square error between matrix by permuting matrix column such that we have the best rmse. Warning : Greedy algorithm !

Description

Compute the root mean square error between matrix by permuting matrix column such that we have the best rmse. Warning : Greedy algorithm !

Usage

ComputeRmseWithBestPermutationGreedy(Q1, Q2)

Arguments

Q1

Numeric.

Q2

Numeric.


bcm-uga/TESS3_encho_sen documentation built on June 30, 2023, 3:08 a.m.