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

changes in bayes_batch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/stresssuite/arx_elem_stress.cpp

    r722 r1009  
    4141        mlstudent* Ap = Ar.predictor_student(); 
    4242        vec Ap_x = Ap->evallogcond_mat ( X, empty_vec ); 
    43         vec ll_x = Ar.logpred_mat ( X2 ); 
     43        vec ll_x = Ar.logpred_mat ( X2 , empty_vec); 
    4444 
    4545        cout << "normalize : " << xstep*sum ( exp ( Ap_x ) ) << endl;