..
assignment_learning_ex.cpp
switched examples over to the new mat() method.
2012-12-23 09:25:22 -05:00
bayes_net_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
bayes_net_from_disk_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
bayes_net_gui_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
bridge_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
bsp_ex.cpp
Fixed incorrect comment in example program.
2013-07-13 16:30:22 -04:00
CMakeLists.txt
Added structural svm solver example program
2013-08-08 19:07:50 -04:00
compress_stream_ex.cpp
Added a discussion of the parser's set_group_name() method.
2012-12-12 21:01:05 -05:00
config_reader_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05: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
switched examples over to the new mat() method.
2012-12-23 09:25:22 -05:00
dir_nav_ex.cpp
updated example
2013-06-16 12:07:32 -04:00
empirical_kernel_map_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
file_to_code_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
graph_labeling_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
gui_api_ex.cpp
Improved instructions for avoiding the black console window when using visual studio.
2013-06-22 22:49:36 -04:00
image_ex.cpp
Simplified example and added a call to jet()
2013-05-14 20:29:05 -04:00
integrate_function_adapt_simp_ex.cpp
Removed non-standard header which wasn't compiling in visual studio 2005
2013-06-03 07:03:02 -04:00
iosockstream_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
kcentroid_ex.cpp
fixed some typos
2013-06-01 19:20:03 -04:00
kkmeans_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
krls_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
krls_filter_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
krr_classification_ex.cpp
clarified examples
2013-04-12 20:52:05 -04:00
krr_regression_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
least_squares_ex.cpp
Removed a bunch of checks that prevented users from using references to
2013-09-21 14:37:54 -04: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
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
logger_ex_2.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
logger_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
matrix_ex.cpp
Updated matrix example to show how to print in csv format.
2013-07-08 22:19:44 -04:00
matrix_expressions_ex.cpp
clarified example
2013-03-30 21:57:54 -04:00
member_function_pointer_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
mlp_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
model_selection_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
multiclass_classification_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
multithreaded_object_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
object_detector_advanced_ex.cpp
Updated comments in examples to account for recent code change.
2013-07-25 20:38:23 +10:00
object_detector_ex.cpp
Updated example program to work best with the new code
2013-08-06 00:33:50 -04:00
one_class_classifiers_ex.cpp
fixed grammar
2013-06-01 19:29:40 -04:00
optimization_ex.cpp
Removed a bunch of checks that prevented users from using references to
2013-09-21 14:37:54 -04:00
parallel_for_ex.cpp
Made example slightly clearer.
2013-05-18 08:37:19 -04:00
pipe_ex_2.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
pipe_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
quantum_computing_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
queue_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
rank_features_ex.cpp
switched examples over to the new mat() method.
2012-12-23 09:25:22 -05:00
running_stats_ex.cpp
Removed unneeded #include
2013-03-17 14:00:50 -04:00
rvm_ex.cpp
clarified examples
2013-04-12 20:52:05 -04:00
rvm_regression_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
sequence_labeler_ex.cpp
minor change to avoid compiler warning
2013-03-03 16:33:35 -05:00
sequence_segmenter_ex.cpp
improved sequence segmentation examples
2013-06-06 20:27:29 -04:00
server_http_ex.cpp
Fixed incorrect type used for iterator in example program.
2013-08-10 09:21:01 -04:00
server_iostream_ex.cpp
removed unneeded #includes
2013-09-10 19:35:55 -04:00
sockets_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
sockstreambuf_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
std_allocator_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
surf_ex.cpp
simplified SURF example program
2013-03-03 17:25:10 -05:00
svm_ex.cpp
clarified examples
2013-04-12 20:52:05 -04:00
svm_pegasos_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
svm_rank_ex.cpp
updated comments
2013-04-09 17:45:42 -04:00
svm_sparse_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
svm_struct_ex.cpp
clarified example
2013-08-08 19:37:29 -04:00
svr_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
thread_function_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
thread_pool_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
threaded_object_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
threads_ex.cpp
Added a comment telling the user that there are higher level threading
2012-12-08 16:14:26 -05:00
timer_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00
train_object_detector.cpp
Updated comments in examples to account for recent code change.
2013-07-25 20:38:23 +10:00
using_custom_kernels_ex.cpp
switched examples over to the new mat() method.
2012-12-23 09:25:22 -05:00
xml_parser_ex.cpp
All I did in this change was switch from using #include "" syntax
2012-12-08 09:32:13 -05:00