Adaptive Networks Tutorial
Software by Vince Ramey - UC Berkeley, Nogales Lab
e-mail : vince_ramey at berkeley dot edu
phone : (510) 666-3335
-------------------------
Needed source code:
Edge.cpp
Edge.h
Node.cpp
Node.h
imagic.h
Adapt.cpp
makfile
-------------------------
Compiling:
Unpack the above files into a directory and use the 'make' command (linux and
mac) to build the binary. This requires the g++ compiling tool, or you can
build the source by yourself however you want...
-------------------------
Using the program:
The default binary name is CAN (for Classification by Adaptive Networks). Run
it with no arguments to get a usage message. The parameters are as follows:
: name of the 'REAL', 4 byte imagic stack whose particles you wish
to classify
************NOTE: the input is expected WITHOUT suffix, so 'myImagicStack'
works but 'myImagicStack.img' doesn't*************************