I have a matrix $A$ of size $n\times8$ and matrix B of size $m\times8$. I need to compute $2$-norm to measure similarity.
It can be measured as: $d(A,B)= \frac{||A-B||_{2}}{||A||_{2} ||B||_{2}}$
I have a matrix $A$ of size $n\times8$ and matrix B of size $m\times8$. I need to compute $2$-norm to measure similarity.
It can be measured as: $d(A,B)= \frac{||A-B||_{2}}{||A||_{2} ||B||_{2}}$
Copyright © 2021 JogjaFile Inc.