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.


cayek/TESS3_encho_sen documentation built on July 4, 2023, 7:51 p.m.