Skip to content

Commit

Permalink
Merge pull request #612 from karlnapf/master
Browse files Browse the repository at this point in the history
another example fix
  • Loading branch information
karlnapf committed Jun 29, 2012
2 parents 5e9cd50 + 166b510 commit db38a5d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -186,7 +186,7 @@ void test_linear_mmd_type2_error()
CGaussianKernel* kernel=new CGaussianKernel(100, sigma*sigma*2);

CLinearTimeMMD* mmd=new CLinearTimeMMD(kernel, features, m);
mmd->set_p_value_method(MMD1_GAUSSIAN);
mmd->set_null_approximation_method(MMD1_GAUSSIAN);

for (index_t i=0; i<num_runs; ++i)
{
Expand Down

0 comments on commit db38a5d

Please sign in to comment.