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
KSSV 2019년 8월 14일
How about a regression coeffiecent/ corellation coefficient and mean square error between the two?
Yapo OBOUE
Yapo OBOUE 2019년 8월 14일
Hi dear KSSV thanks for your comment, I used mse like b = mse(A,B)
and got a coefficient b=6.9329e-05. So, I would like to know if there was a possibility of obtaining data with the same size like B after using regression coeffiecent/ correlation coefficient and mean square error between the two, so that the result of the similarity is then plotted.

댓글을 달려면 로그인하십시오.

채택된 답변

Bhargavi Maganuru
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개)

카테고리

Help CenterFile Exchange에서 Preprocessing Data에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by