How to find the local similarity between an original data and a reconstructed data set ?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone, I am working on data reconstruction. I want to show the local similiraty between the original data and a reconstructed data set. The size of the original data is [300 12 12]=size(A), the size of the reconstructed data is [300 12 12]=size(B). Is there a way to find the similarity between the two data ? Any help could help me. Tahnks
2 件のコメント
KSSV
2019 年 8 月 14 日
How about a regression coeffiecent/ corellation coefficient and mean square error between the two?
採用された回答
Bhargavi Maganuru
2019 年 8 月 19 日
You can use “corrcoef” function to find similarity between the two data.
For more information refer to the following link:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!