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!