home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / tools / doc / mkhead.doc < prev    next >
Encoding:
Text File  |  1994-04-25  |  755 b   |  32 lines

  1.                   ==============================
  2.                   Description of the tool MKHEAD
  3.                   ==============================
  4.  
  5. This program writes a snns pattern file header to stdout.
  6. Use this program together with mkpat and mkout to produce
  7. pattern files from raw files in a shell script.
  8.  
  9. synopsis: mkhead <#pats> <#in_units> <#out_units>
  10.  
  11.    where #pats      are the number of patterns in the file
  12.          #in_units  are the number of input units in the file
  13.          #out_units are the number of output units in the file
  14.  
  15.  
  16. example:
  17.  
  18. unix >mkhead 10 35 26
  19.  
  20. produces
  21.  
  22.   SNNS pattern definition file V1.4
  23.   generated at Thu Aug 19 14:36:37 1993
  24.  
  25.  
  26.   No. of patterns     : 10
  27.   No. of input units  : 35
  28.   No. of output units : 26
  29.  
  30.  
  31.  
  32.