How to find the local similarity between an original data and a reconstructed data set ?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yapo OBOUE
el 14 de Ag. de 2019
Respondida: Bhargavi Maganuru
el 19 de Ag. de 2019
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 comentarios
KSSV
el 14 de Ag. de 2019
How about a regression coeffiecent/ corellation coefficient and mean square error between the two?
Respuesta aceptada
Bhargavi Maganuru
el 19 de Ag. de 2019
You can use “corrcoef” function to find similarity between the two data.
For more information refer to the following link:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Descriptive Statistics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!