Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
so_multiclass_BMRM libshogun example random number generator seed
  • Loading branch information
uricamic committed Sep 3, 2012
1 parent 60f20df commit f874098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/undocumented/libshogun/so_multiclass_BMRM.cpp
Expand Up @@ -87,6 +87,8 @@ void gen_rand_data(SGVector< float64_t > labs, SGMatrix< float64_t > feats)

FILE* pfile = fopen(FNAME, "w");

CMath::init_random(17);

for ( int32_t c = 0 ; c < NUM_CLASSES ; ++c )
{
for ( int32_t j = 0 ; j < DIMS ; ++j )
Expand Down

0 comments on commit f874098

Please sign in to comment.