Skip to content

Commit

Permalink
use different data in testing than in kernel learning
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and lambday committed Jun 28, 2016
1 parent 0413127 commit f074c7e
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
CSVFile f_features_p_train("../../data/two_sample_test_gaussian.dat")
CSVFile f_features_q_train("../../data/two_sample_test_laplace.dat")
CSVFile f_features_p_test("../../data/two_sample_test_gaussian.dat")
CSVFile f_features_q_test("../../data/two_sample_test_laplace.dat")
CSVFile f_features_p_test("../../data/two_sample_test_gaussian2.dat")
CSVFile f_features_q_test("../../data/two_sample_test_laplace2.dat")

#![create_features]
RealFeatures features_p_train(f_features_p_train)
Expand Down

0 comments on commit f074c7e

Please sign in to comment.