Show
Ignore:
Timestamp:
10/27/09 16:52:32 (15 years ago)
Author:
mido
Message:

bayesB renamed to bayes_batch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.cpp

    r675 r682  
    386386} 
    387387 
    388 void BM::bayesB ( const mat &Data ) { 
     388void BM::bayes_batch ( const mat &Data ) { 
    389389        for ( int t = 0; t < Data.cols(); t++ ) { 
    390390                bayes ( Data.get_col ( t ) );