Weird result difference between cell mode and a straight run
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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?
Antworten (1)
Sean de Wolski
am 29 Jun. 2011
0 Stimmen
There should be no difference. Any chance you're calling the same cell twice and it's changing itself?
3 Kommentare
Lisa Clayton
am 29 Jun. 2011
Sean de Wolski
am 29 Jun. 2011
Can you copy and paste the code so we can see it please.
Sean de Wolski
am 29 Jun. 2011
There should be no difference
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!