Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added maxtraintime initialization for ocas svm
  • Loading branch information
lisitsyn committed Mar 9, 2012
1 parent 7e1d354 commit c25cd07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/classifier/svm/SVMOcas.cpp
Expand Up @@ -330,6 +330,7 @@ void CSVMOcas::compute_W(

void CSVMOcas::init()
{
max_train_time=1000000;
use_bias=true;
bufsize=3000;
C1=1;
Expand Down

0 comments on commit c25cd07

Please sign in to comment.