#include <eye_locator.h>
Public Methods | |
| eye_locator_network (int hidden) | |
| eye_locator_network (string FileName) | |
| ~eye_locator_network () | |
| bool | save (string FileName) |
| float | run_net (annie::VECTOR &data) |
| float | run_net (double *data) |
Private Attributes | |
| annie::TwoLayerNetwork * | net |
| bool | is_set |
|
|
create a new fully connected network with random weights
|
|
|
read in the network based off of a saved file
|
|
|
|
|
|
run the nural net on this set of data
|
|
|
run the nural net on this set of data
|
|
|
save the network to a file
|
|
|
|
|
|
accutual annie nural network that this class is a wrapper for |
1.2.14 written by Dimitri van Heesch,
© 1997-2002