You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 85
se = feComputeEvidence((feGetRep(feNoLesion,'vox rmse')),(feGetRep(feLesion, 'vox rmse')));
Are there any particular reasons for using feGetRep here?
We do not always have data for cross-validation, and the code does not work if fe misss .rep structure.
The text was updated successfully, but these errors were encountered:
Line 85
se = feComputeEvidence((feGetRep(feNoLesion,'vox rmse')),(feGetRep(feLesion, 'vox rmse')));
Are there any particular reasons for using feGetRep here?
We do not always have data for cross-validation, and the code does not work if fe misss .rep structure.
The text was updated successfully, but these errors were encountered: