Skip to content

Commit

Permalink
Disabled statistics tests and updated MT LR test
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 1, 2012
1 parent 6857283 commit 7ef9212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions examples/undocumented/libshogun/Makefile
Expand Up @@ -33,7 +33,7 @@ TARGETS = basic_minimal \
evaluation_cross_validation_classification \
evaluation_cross_validation_regression \
evaluation_cross_validation_locked_comparison \
evaluation_cross_validation_multiclass \
evaluation_cross_validation_multiclass \
modelselection_parameter_combination_test \
regression_gaussian_process \
modelselection_model_selection_parameters_test \
Expand Down Expand Up @@ -81,9 +81,10 @@ TARGETS = basic_minimal \
library_cover_tree \
kernel_machine_train_locked \
statistics \
statistics_quadratic_time_mmd \
statistics_linear_time_mmd \
transfer_multitasklsregression \
transfer_multitasklogisticregression \
#statistics_quadratic_time_mmd \
#statistics_linear_time_mmd \
all: $(TARGETS)

Expand Down
Expand Up @@ -26,7 +26,7 @@ int main(int argc, char** argv)
CDenseFeatures<float64_t>* features= new CDenseFeatures<float64_t>(matrix);

// create three labels
CRegressionLabels* labels=new CRegressionLabels(4);
CBinaryLabels* labels=new CBinaryLabels(4);
labels->set_label(0, -1);
labels->set_label(1, +1);
labels->set_label(2, -1);
Expand Down

0 comments on commit 7ef9212

Please sign in to comment.