dlib/dlib/svm
2019-03-03 21:35:15 -05:00
..
active_learning_abstract.h
active_learning.h
assignment_function_abstract.h
assignment_function.h
auto_abstract.h Added auto_train_rbf_classifier() 2018-06-06 22:43:12 -04:00
auto.cpp Fixed be_verbose not doing the right thing. 2018-06-07 21:03:59 -04:00
auto.h Added auto_train_rbf_classifier() 2018-06-06 22:43:12 -04:00
cross_validate_assignment_trainer_abstract.h
cross_validate_assignment_trainer.h
cross_validate_graph_labeling_trainer_abstract.h
cross_validate_graph_labeling_trainer.h
cross_validate_multiclass_trainer_abstract.h
cross_validate_multiclass_trainer.h
cross_validate_object_detection_trainer_abstract.h Added a label field to mmod_rect and updated code that uses this object to use 2017-09-02 22:07:07 -04:00
cross_validate_object_detection_trainer.h Gave test_object_detection_function() an option to set how ignore box overlap is tested. 2017-07-30 20:55:04 -04:00
cross_validate_regression_trainer_abstract.h Changed test_regression_function() and cross_validate_regression_trainer() to 2017-12-04 12:57:38 -05:00
cross_validate_regression_trainer.h Changed test_regression_function() and cross_validate_regression_trainer() to 2017-12-04 12:57:38 -05:00
cross_validate_sequence_labeler_abstract.h
cross_validate_sequence_labeler.h
cross_validate_sequence_segmenter_abstract.h
cross_validate_sequence_segmenter.h
cross_validate_track_association_trainer_abstract.h
cross_validate_track_association_trainer.h
empirical_kernel_map_abstract.h
empirical_kernel_map.h
feature_ranking_abstract.h
feature_ranking.h
function_abstract.h
function.h
kcentroid_abstract.h
kcentroid_overloads.h
kcentroid.h
kernel_abstract.h
kernel_matrix_abstract.h
kernel_matrix.h Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148) 2018-03-01 07:27:29 -05:00
kernel.h
kkmeans_abstract.h
kkmeans.h Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
krls_abstract.h
krls.h
krr_trainer_abstract.h
krr_trainer.h
linearly_independent_subset_finder_abstract.h Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148) 2018-03-01 07:27:29 -05:00
linearly_independent_subset_finder.h Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148) 2018-03-01 07:27:29 -05:00
multiclass_tools_abstract.h
multiclass_tools.h
null_df.h
null_trainer_abstract.h
null_trainer.h
num_nonnegative_weights.h
one_vs_all_decision_function_abstract.h
one_vs_all_decision_function.h
one_vs_all_trainer_abstract.h
one_vs_all_trainer.h
one_vs_one_decision_function_abstract.h
one_vs_one_decision_function.h
one_vs_one_trainer_abstract.h
one_vs_one_trainer.h
pegasos_abstract.h
pegasos.h Fixed more gcc 8 warnings. 2019-03-03 21:35:15 -05:00
ranking_tools_abstract.h
ranking_tools.h
rbf_network_abstract.h
rbf_network.h
reduced_abstract.h
reduced.h
rls_abstract.h Made rls run a bit faster, especially if the new mode that allows the 2016-11-08 14:40:19 -05:00
rls.h Fixed rls numerical instability. 2016-11-09 10:30:16 -05:00
roc_trainer_abstract.h
roc_trainer.h
rr_trainer_abstract.h
rr_trainer.h
rvm_abstract.h
rvm.h
sequence_labeler_abstract.h
sequence_labeler.h
sequence_segmenter_abstract.h
sequence_segmenter.h
simplify_linear_decision_function_abstract.h
simplify_linear_decision_function.h
sort_basis_vectors_abstract.h
sort_basis_vectors.h
sparse_kernel_abstract.h
sparse_kernel.h
sparse_vector_abstract.h
sparse_vector.h
structural_assignment_trainer_abstract.h
structural_assignment_trainer.h
structural_graph_labeling_trainer_abstract.h
structural_graph_labeling_trainer.h
structural_object_detection_trainer_abstract.h Added a max runtime option. 2018-06-18 21:36:00 -04:00
structural_object_detection_trainer.h Added a max runtime option. 2018-06-18 21:36:00 -04:00
structural_sequence_labeling_trainer_abstract.h
structural_sequence_labeling_trainer.h
structural_sequence_segmentation_trainer_abstract.h
structural_sequence_segmentation_trainer.h
structural_svm_assignment_problem_abstract.h
structural_svm_assignment_problem.h
structural_svm_distributed_abstract.h
structural_svm_distributed.h Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
structural_svm_graph_labeling_problem_abstract.h
structural_svm_graph_labeling_problem.h
structural_svm_object_detection_problem_abstract.h Moved impossible_labeling_error to error.h 2016-08-27 20:13:19 -04:00
structural_svm_object_detection_problem.h Improved error message from the svmstruct object detector. 2017-07-07 10:42:29 -04:00
structural_svm_problem_abstract.h
structural_svm_problem_threaded_abstract.h
structural_svm_problem_threaded.h
structural_svm_problem.h
structural_svm_sequence_labeling_problem_abstract.h
structural_svm_sequence_labeling_problem.h
structural_track_association_trainer_abstract.h
structural_track_association_trainer.h
svm_abstract.h
svm_c_ekm_trainer_abstract.h
svm_c_ekm_trainer.h
svm_c_linear_dcd_trainer_abstract.h Made it so you can get the optimal alpha values. 2016-02-18 10:21:50 -05:00
svm_c_linear_dcd_trainer.h Added missing #include 2017-11-13 05:56:57 -05:00
svm_c_linear_trainer_abstract.h
svm_c_linear_trainer.h Fixed warnings in gcc 7 2018-01-21 12:17:22 -05:00
svm_c_trainer_abstract.h
svm_c_trainer.h
svm_multiclass_linear_trainer_abstract.h
svm_multiclass_linear_trainer.h
svm_nu_trainer_abstract.h
svm_nu_trainer.h
svm_one_class_trainer_abstract.h
svm_one_class_trainer.h
svm_rank_trainer_abstract.h
svm_rank_trainer.h
svm_threaded_abstract.h Allow cross_validate_trainer_threaded to use non-double data (#883) 2017-10-17 19:11:16 -04:00
svm_threaded.h Allow cross_validate_trainer_threaded to use non-double data (#883) 2017-10-17 19:11:16 -04:00
svm.h
svr_linear_trainer_abstract.h
svr_linear_trainer.h
svr_trainer_abstract.h
svr_trainer.h
track_association_function_abstract.h
track_association_function.h