Matrizenmatched
Matrizenmatched is a term used in linear algebra and data analysis to denote the problem of discovering a one-to-one correspondence between the rows or columns of two matrices that optimizes a defined similarity or compatibility cost. In practice it is treated as a permutation alignment problem, where a permutation matrix P is sought to optimize an objective such as maximizing the similarity between A and B P or minimizing the difference ||A − B P||_F.
Formally, the objective can be written as maximize trace(A^T B P) or minimize ||A − P B||_F^2 over
Applications include data integration across datasets with heterogeneous features, multi-view learning, pattern recognition, and bioinformatics tasks
Origin and usage: The term is a coinage combining the German plural Matrizen and the English matched,