Skip to content

Commit

Permalink
MKL java modular example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 27, 2011
1 parent a557c4b commit 3dab24f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ public static void main(String argv[]) {
DoubleMatrix traindata_real = Load.load_numbers("../data/fm_train_real.dat");
DoubleMatrix testdata_real = Load.load_numbers("../data/fm_test_real.dat");

DoubleMatrix trainlab = Load.load_labels("../data/label_train_twoclass.dat");
DoubleMatrix trainlab = Load.load_labels("../data/label_train_multiclass.dat");

CombinedKernel kernel = new CombinedKernel();
CombinedFeatures feats_train = new CombinedFeatures();
Expand Down

0 comments on commit 3dab24f

Please sign in to comment.