Changeset 763 for library/bdm/design

Show
Ignore:
Timestamp:
01/11/10 14:39:41 (14 years ago)
Author:
smidl
Message:

changes in pdfs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/design/arx_ctrl.h

    r744 r763  
    4747                ar->bayes ( rvc2ar_y.pushdown ( data ), rvc2ar_cond.pushdown ( data ) ); 
    4848                rvc2ar_cond.store_data ( data ); 
     49                ar->ml_predictor_update ( *pred ); 
    4950        } 
    5051        void redesign() { 
    51                 ar->ml_predictor_update ( *pred ); 
    5252                Stsp->update_from ( *pred ); 
    5353                if ( windsurfer ) { 
     
    136136                ar->log_write(); 
    137137        } 
     138        //! access function 
     139        const ARX& _ar() {return *ar.get();} 
     140        //! access function 
     141        mlnorm<chmat>* _pred() {return pred.get();} 
     142         
    138143 
    139144};