Skip to content

Commit

Permalink
added number of samples (mandatory for streaming samples) to linearti…
Browse files Browse the repository at this point in the history
…me mmd meta example
  • Loading branch information
lambday authored and karlnapf committed Jul 3, 2016
1 parent b75450f commit 263ab31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/meta/src/statistical_testing/linear_time_mmd.sg
Expand Up @@ -9,6 +9,8 @@ GaussianKernel kernel()
mmd.set_kernel(kernel)
mmd.set_p(features_p)
mmd.set_q(features_q)
mmd.set_num_samples_p(100)
mmd.set_num_samples_q(100)
#![create_instance]

#![estimate_mmd]
Expand Down

0 comments on commit 263ab31

Please sign in to comment.