Weird result difference between cell mode and a straight run
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I am writing a program that imputes missing data. So far it contains four cells that pass off to different processes within the imputation. For debugging purposes, I measure the results of the imputation with the original data set using root mean square error (RMSE) values.
When I run the program in cell mode, my RMSE is half the value of running the program straight through. I'm using the same data sets, but getting very different results.
Does anyone know enough about cell mode vs. just calling the program, and why it would behave this way?
Respuestas (1)
Sean de Wolski
el 29 de Jun. de 2011
0 votos
There should be no difference. Any chance you're calling the same cell twice and it's changing itself?
3 comentarios
Lisa Clayton
el 29 de Jun. de 2011
Sean de Wolski
el 29 de Jun. de 2011
Can you copy and paste the code so we can see it please.
Sean de Wolski
el 29 de Jun. de 2011
There should be no difference
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!