Show
Ignore:
Timestamp:
05/27/10 23:07:49 (14 years ago)
Author:
smidl
Message:

Flatten has an extra argument

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/mixef_init.cpp

    r1002 r1013  
    5454        MixEF mix; 
    5555        mix.init(&(*com1),Data,no_com); 
    56         mix.bayes_batch(Data,zeros(0,Data.cols()),ones(Data.cols())); 
     56//      mix.bayes_batch(Data,zeros(0,Data.cols())); 
    5757        shared_ptr<epdf> p=mix.epredictor(vec(0)); 
    5858        UIFile prf;