dlib/examples
Davis King 4c996b51b1 removed the svn:executable flag from a bunch of .cpp files
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404058
2010-12-31 05:02:38 +00:00
..
bayes_net_ex.cpp Fixed grammar. 2010-01-02 06:17:29 +00:00
bayes_net_from_disk_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
bayes_net_gui_ex.cpp Updated the examples to use dlib::sa rather than string_cast. 2010-11-10 01:10:22 +00:00
CMakeLists.txt Added another multiclass example program 2010-12-31 04:53:44 +00:00
compress_stream_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
config_reader_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
config.txt Added an example showing how to use the config_reader. 2009-05-30 18:01:38 +00:00
custom_trainer_ex.cpp Added another multiclass example program 2010-12-31 04:53:44 +00:00
dir_nav_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
empirical_kernel_map_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
file_to_code_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
gui_api_ex.cpp Minor cleanup in example. 2009-11-29 13:55:42 +00:00
image_ex.cpp Updated the image display example 2009-03-22 18:26:33 +00:00
kcentroid_ex.cpp Added some comments and cleaned up code slightly. 2010-01-29 00:31:39 +00:00
kkmeans_ex.cpp Updated the example programs so that there isn't this confusing use of the 2009-11-29 18:59:24 +00:00
krls_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
krls_filter_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
krr_classification_ex.cpp updated example 2010-07-24 21:10:59 +00:00
krr_regression_ex.cpp Added comments about using randomly_subsample() when using compute_mean_squared_distance() 2010-09-10 17:14:52 +00:00
least_squares_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
LICENSE_FOR_EXAMPLE_PROGRAMS.txt Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
linear_manifold_regularizer_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
logger_ex_2.cpp Added a comment about the configure_loggers_from_file() function. 2009-05-30 14:59:59 +00:00
logger_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
matrix_ex.cpp Updated matrix example. 2010-11-18 01:29:32 +00:00
matrix_expressions_ex.cpp Updated example 2010-11-18 03:14:51 +00:00
member_function_pointer_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
mlp_ex.cpp Fixed grammar. 2009-03-08 16:07:34 +00:00
model_selection_ex.cpp Fixed grammar. 2010-04-02 12:56:57 +00:00
multiclass_classification_ex.cpp Added a multiclass example program 2010-12-30 18:59:13 +00:00
multithreaded_object_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
optimization_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
pipe_ex_2.cpp Improved this example program. 2009-05-21 01:41:29 +00:00
pipe_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
quantum_computing_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
queue_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
rank_features_ex.cpp Added comments about using randomly_subsample() when using compute_mean_squared_distance() 2010-09-10 17:14:52 +00:00
rvm_ex.cpp Added a comment about playing around with the epsilon to improve 2010-07-24 21:33:19 +00:00
rvm_regression_ex.cpp Added a comment about playing around with the epsilon to improve 2010-07-24 21:33:19 +00:00
server_http_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
sockets_ex_2.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
sockets_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00
sockstreambuf_ex.cpp Changed this example so it recommends using stream.peek()!=EOF instead of stream.good() 2010-12-22 20:41:59 +00:00
std_allocator_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
surf_ex.cpp Changed the display size of the boxes in this example so that each 2009-08-29 23:26:24 +00:00
svm_ex.cpp Changed the example program to suggest a logarithmic grid search 2010-12-22 20:37:31 +00:00
svm_pegasos_ex.cpp Fixed grammar. 2010-04-02 12:56:57 +00:00
svm_sparse_ex.cpp Added a call to set_c() to this example. 2010-03-03 03:36:26 +00:00
thread_function_ex.cpp Minor changes to avoid compile time errors when using visual studio 10. 2010-08-14 03:33:52 +00:00
thread_pool_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
threaded_object_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
threads_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
timer_ex.cpp Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
xml_parser_ex.cpp removed the svn:executable flag from a bunch of .cpp files 2010-12-31 05:02:38 +00:00