IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2018, 10:11:50 AM (8 years ago)
Author:
eugene
Message:

working on nnet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r40291 r40319  
    8989int mset             PROTO((int, char **));
    9090int needles          PROTO((int, char **));
     91int nnet_command     PROTO((int, char **));
    9192int peak             PROTO((int, char **));
    9293int periodogram      PROTO((int, char **));
     
    270271  {1, "imset",        mset,             "insert a vector in an image"},
    271272  {1, "needles",      needles,          "plot vectors needles"},
     273  {1, "nnet",         nnet_command,     "Neural Network commands"},
    272274  {1, "parity",       parity,           "set image parity"},
    273275  {1, "peak",         peak,             "find vector peak in range"},
Note: See TracChangeset for help on using the changeset viewer.