-
Notifications
You must be signed in to change notification settings - Fork 16
need quantitative unit tests #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm a little confused how to interpret the validation results... for instance, when I run validate(4):
Why are the max error (%) close to 100? What is CCC? |
The max error is the error for any one voxel. An error of 100% means there was at least one voxel that was off by 100%. The CCC is the concordance correlation coefficient (https://en.wikipedia.org/wiki/Concordance_correlation_coefficient). |
So just to see if I've got it: I have to say the max error % of 100 is kind of concerning..., thoughts? |
RMSE is the root mean square error, so it is across all voxels (in the A CCC of 0.904 is pretty good in the presence of noise. A max error of 100% isn't too bad. It just means at least one voxel was On Fri, Feb 12, 2016 at 12:40 PM, Elijah Rockers [email protected]
|
It would be nice if
validate()
produced some consolidated numbers that could be checked before and after patching.The text was updated successfully, but these errors were encountered: