Skip to content

Commit

Permalink
adjust example to SGVector style
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Dec 7, 2011
1 parent 2b03faf commit 1a2c5b0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -300,7 +300,7 @@ void tester()
SG_SPRINT("\n");

//set kernel
tker->set_subkernel_weights(weights, numweights);
tker->set_subkernel_weights(SGVector<float64_t>(weights, numweights));
tsvm->set_kernel(tker);

//compute classification error, check mem
Expand Down

0 comments on commit 1a2c5b0

Please sign in to comment.