Commit 05ed2b5b authored by Davis King's avatar Davis King

Added an example program for the bridge object.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404278
parent 2afaa28c
...@@ -42,6 +42,7 @@ ENDMACRO() ...@@ -42,6 +42,7 @@ ENDMACRO()
add_example(bayes_net_ex) add_example(bayes_net_ex)
add_example(bayes_net_from_disk_ex) add_example(bayes_net_from_disk_ex)
add_example(bayes_net_gui_ex) add_example(bayes_net_gui_ex)
add_example(bridge_ex)
add_example(compress_stream_ex) add_example(compress_stream_ex)
add_example(config_reader_ex) add_example(config_reader_ex)
add_example(custom_trainer_ex) add_example(custom_trainer_ex)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment