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

MIGP with fixed TS plotting and Dual Regression

parent 888c9fb6
No related branches found
No related tags found
No related merge requests found
...@@ -481,7 +481,7 @@ namespace Melodic{ ...@@ -481,7 +481,7 @@ namespace Melodic{
outMsize("Data", Data); outMsize("Data", Data);
//reduce dim down to manageable level //reduce dim down to manageable level
if(Data.Nrows() > opts.migp_factor.value()*opts.migpN.value()){ if(Data.Nrows() > opts.migp_factor.value()*opts.migpN.value() || ctr==numfiles-1){
message(" Reducing data matrix to a " << opt.migpN.value() << " dimensional subspace " << endl); message(" Reducing data matrix to a " << opt.migpN.value() << " dimensional subspace " << endl);
Matrix pcaE, Corr; Matrix pcaE, Corr;
RowVector pcaD; RowVector pcaD;
......
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