Skip to content
Snippets Groups Projects
Commit 3c3b2865 authored by Christian Beckmann's avatar Christian Beckmann
Browse files

Who messed with Identity?

parent fc7593dd
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ namespace Melodic{
if(opts.paradigmfname.value().length()>0)
{
basicGLM tmpglm;
tmpglm.olsfit(in,melodat.get_param(),Identity(melodat.get_param().Ncols()));
tmpglm.olsfit(in,melodat.get_param(),IdentityMatrix(melodat.get_param().Ncols()));
std_pca(tmpglm.get_residu(),weights,Corr,tmpE,tmpD);
// std_pca(in,weights,Corr,tmpE,tmpD,melodat.get_param());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment