nbis-wrapper-js 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (689) hide show
  1. package/README.md +102 -0
  2. package/dist/scripts/test-nbis-versions.js +17 -0
  3. package/dist/src/an2ktool.d.ts +14 -0
  4. package/dist/src/an2ktool.js +48 -0
  5. package/dist/src/bozorth3.d.ts +43 -0
  6. package/dist/src/bozorth3.js +145 -0
  7. package/dist/src/chkan2k.d.ts +14 -0
  8. package/dist/src/chkan2k.js +34 -0
  9. package/dist/src/cjp2k.d.ts +21 -0
  10. package/dist/src/cjp2k.js +54 -0
  11. package/dist/src/cjpeg.d.ts +24 -0
  12. package/dist/src/cjpeg.js +60 -0
  13. package/dist/src/cjpegb.d.ts +19 -0
  14. package/dist/src/cjpegb.js +47 -0
  15. package/dist/src/cjpegl.d.ts +24 -0
  16. package/dist/src/cjpegl.js +54 -0
  17. package/dist/src/cwsq.d.ts +18 -0
  18. package/dist/src/cwsq.js +44 -0
  19. package/dist/src/datainfo.d.ts +8 -0
  20. package/dist/src/datainfo.js +20 -0
  21. package/dist/src/djp2k.d.ts +20 -0
  22. package/dist/src/djp2k.js +53 -0
  23. package/dist/src/djpeg.d.ts +25 -0
  24. package/dist/src/djpeg.js +63 -0
  25. package/dist/src/djpegb.d.ts +14 -0
  26. package/dist/src/djpegb.js +39 -0
  27. package/dist/src/djpegl.d.ts +14 -0
  28. package/dist/src/djpegl.js +39 -0
  29. package/dist/src/dwsq.d.ts +13 -0
  30. package/dist/src/dwsq.js +36 -0
  31. package/dist/src/index.d.ts +26 -0
  32. package/dist/src/index.js +57 -0
  33. package/dist/src/intr2not.d.ts +22 -0
  34. package/dist/src/intr2not.js +48 -0
  35. package/dist/src/jpegtran.d.ts +24 -0
  36. package/dist/src/jpegtran.js +88 -0
  37. package/dist/src/mindtct.d.ts +24 -0
  38. package/dist/src/mindtct.js +45 -0
  39. package/dist/src/nbis-runtime.d.ts +23 -0
  40. package/dist/src/nbis-runtime.js +111 -0
  41. package/dist/src/nfiq.d.ts +36 -0
  42. package/dist/src/nfiq.js +93 -0
  43. package/dist/src/not2intr.d.ts +22 -0
  44. package/dist/src/not2intr.js +48 -0
  45. package/dist/src/rdjpgcom.d.ts +11 -0
  46. package/dist/src/rdjpgcom.js +27 -0
  47. package/dist/src/rdwsqcom.d.ts +8 -0
  48. package/dist/src/rdwsqcom.js +20 -0
  49. package/dist/src/rgb2ycc.d.ts +23 -0
  50. package/dist/src/rgb2ycc.js +51 -0
  51. package/dist/src/wrjpgcom.d.ts +20 -0
  52. package/dist/src/wrjpgcom.js +41 -0
  53. package/dist/src/wrwsqcom.d.ts +15 -0
  54. package/dist/src/wrwsqcom.js +27 -0
  55. package/dist/src/ycc2rgb.d.ts +23 -0
  56. package/dist/src/ycc2rgb.js +51 -0
  57. package/dist/test/nbis-versions.test.d.ts +1 -0
  58. package/dist/test/nbis-versions.test.js +37 -0
  59. package/libnbis/nbis_arm64_darwin/bin/an2k2iaf +0 -0
  60. package/libnbis/nbis_arm64_darwin/bin/an2k2txt +0 -0
  61. package/libnbis/nbis_arm64_darwin/bin/an2ktool +0 -0
  62. package/libnbis/nbis_arm64_darwin/bin/asc2bin +0 -0
  63. package/libnbis/nbis_arm64_darwin/bin/bin2asc +0 -0
  64. package/libnbis/nbis_arm64_darwin/bin/bozorth3 +0 -0
  65. package/libnbis/nbis_arm64_darwin/bin/chgdesc +0 -0
  66. package/libnbis/nbis_arm64_darwin/bin/chkan2k +0 -0
  67. package/libnbis/nbis_arm64_darwin/bin/cjp2k +0 -0
  68. package/libnbis/nbis_arm64_darwin/bin/cjpeg +0 -0
  69. package/libnbis/nbis_arm64_darwin/bin/cjpegb +0 -0
  70. package/libnbis/nbis_arm64_darwin/bin/cjpegl +0 -0
  71. package/libnbis/nbis_arm64_darwin/bin/cmbmcs +0 -0
  72. package/libnbis/nbis_arm64_darwin/bin/cropcoeff +0 -0
  73. package/libnbis/nbis_arm64_darwin/bin/cwsq +0 -0
  74. package/libnbis/nbis_arm64_darwin/bin/datainfo +0 -0
  75. package/libnbis/nbis_arm64_darwin/bin/diffbyts +0 -0
  76. package/libnbis/nbis_arm64_darwin/bin/djp2k +0 -0
  77. package/libnbis/nbis_arm64_darwin/bin/djpeg +0 -0
  78. package/libnbis/nbis_arm64_darwin/bin/djpegb +0 -0
  79. package/libnbis/nbis_arm64_darwin/bin/djpegl +0 -0
  80. package/libnbis/nbis_arm64_darwin/bin/djpeglsd +0 -0
  81. package/libnbis/nbis_arm64_darwin/bin/dlwsqcom +0 -0
  82. package/libnbis/nbis_arm64_darwin/bin/dpyan2k +0 -0
  83. package/libnbis/nbis_arm64_darwin/bin/dpyimage +0 -0
  84. package/libnbis/nbis_arm64_darwin/bin/dwsq +0 -0
  85. package/libnbis/nbis_arm64_darwin/bin/dwsq14 +0 -0
  86. package/libnbis/nbis_arm64_darwin/bin/eva_evt +0 -0
  87. package/libnbis/nbis_arm64_darwin/bin/fing2pat +0 -0
  88. package/libnbis/nbis_arm64_darwin/bin/fixwts +0 -0
  89. package/libnbis/nbis_arm64_darwin/bin/histogen +0 -0
  90. package/libnbis/nbis_arm64_darwin/bin/iaf2an2k +0 -0
  91. package/libnbis/nbis_arm64_darwin/bin/intr2not +0 -0
  92. package/libnbis/nbis_arm64_darwin/bin/jpegtran +0 -0
  93. package/libnbis/nbis_arm64_darwin/bin/kltran +0 -0
  94. package/libnbis/nbis_arm64_darwin/bin/lintran +0 -0
  95. package/libnbis/nbis_arm64_darwin/bin/meancov +0 -0
  96. package/libnbis/nbis_arm64_darwin/bin/mindtct +0 -0
  97. package/libnbis/nbis_arm64_darwin/bin/mkoas +0 -0
  98. package/libnbis/nbis_arm64_darwin/bin/mktran +0 -0
  99. package/libnbis/nbis_arm64_darwin/bin/mlp +0 -0
  100. package/libnbis/nbis_arm64_darwin/bin/mlpfeats +0 -0
  101. package/libnbis/nbis_arm64_darwin/bin/nfiq +0 -0
  102. package/libnbis/nbis_arm64_darwin/bin/nfseg +0 -0
  103. package/libnbis/nbis_arm64_darwin/bin/not2intr +0 -0
  104. package/libnbis/nbis_arm64_darwin/bin/oas2pics +0 -0
  105. package/libnbis/nbis_arm64_darwin/bin/optosf +0 -0
  106. package/libnbis/nbis_arm64_darwin/bin/optrws +0 -0
  107. package/libnbis/nbis_arm64_darwin/bin/optrwsgw +0 -0
  108. package/libnbis/nbis_arm64_darwin/bin/pcasys +0 -0
  109. package/libnbis/nbis_arm64_darwin/bin/pcasysx +0 -0
  110. package/libnbis/nbis_arm64_darwin/bin/rdimgwh +0 -0
  111. package/libnbis/nbis_arm64_darwin/bin/rdjpgcom +0 -0
  112. package/libnbis/nbis_arm64_darwin/bin/rdwsqcom +0 -0
  113. package/libnbis/nbis_arm64_darwin/bin/rgb2ycc +0 -0
  114. package/libnbis/nbis_arm64_darwin/bin/rwpics +0 -0
  115. package/libnbis/nbis_arm64_darwin/bin/sd_rfmt +0 -0
  116. package/libnbis/nbis_arm64_darwin/bin/stackms +0 -0
  117. package/libnbis/nbis_arm64_darwin/bin/txt2an2k +0 -0
  118. package/libnbis/nbis_arm64_darwin/bin/wrjpgcom +0 -0
  119. package/libnbis/nbis_arm64_darwin/bin/wrwsqcom +0 -0
  120. package/libnbis/nbis_arm64_darwin/bin/ycc2rgb +0 -0
  121. package/libnbis/nbis_arm64_darwin/bin/znormdat +0 -0
  122. package/libnbis/nbis_arm64_darwin/bin/znormpat +0 -0
  123. package/libnbis/nbis_arm64_darwin/include/an2k.h +885 -0
  124. package/libnbis/nbis_arm64_darwin/include/an2k.h.src +885 -0
  125. package/libnbis/nbis_arm64_darwin/include/an2kseg.h +77 -0
  126. package/libnbis/nbis_arm64_darwin/include/binops.h +94 -0
  127. package/libnbis/nbis_arm64_darwin/include/bitmasks.h +50 -0
  128. package/libnbis/nbis_arm64_darwin/include/bits.h +63 -0
  129. package/libnbis/nbis_arm64_darwin/include/bozorth.h +295 -0
  130. package/libnbis/nbis_arm64_darwin/include/bz_array.h +141 -0
  131. package/libnbis/nbis_arm64_darwin/include/cderror.h +132 -0
  132. package/libnbis/nbis_arm64_darwin/include/cdjpeg.h +184 -0
  133. package/libnbis/nbis_arm64_darwin/include/chkan2k.h +338 -0
  134. package/libnbis/nbis_arm64_darwin/include/computil.h +53 -0
  135. package/libnbis/nbis_arm64_darwin/include/crc32.h +441 -0
  136. package/libnbis/nbis_arm64_darwin/include/datafile.h +95 -0
  137. package/libnbis/nbis_arm64_darwin/include/dataio.h +70 -0
  138. package/libnbis/nbis_arm64_darwin/include/deflate.h +331 -0
  139. package/libnbis/nbis_arm64_darwin/include/defs.h +82 -0
  140. package/libnbis/nbis_arm64_darwin/include/dilate.h +57 -0
  141. package/libnbis/nbis_arm64_darwin/include/display.h +255 -0
  142. package/libnbis/nbis_arm64_darwin/include/dpy.h +71 -0
  143. package/libnbis/nbis_arm64_darwin/include/dpyan2k.h +72 -0
  144. package/libnbis/nbis_arm64_darwin/include/dpydepth.h +78 -0
  145. package/libnbis/nbis_arm64_darwin/include/dpyimage.h +110 -0
  146. package/libnbis/nbis_arm64_darwin/include/dpyx.h +107 -0
  147. package/libnbis/nbis_arm64_darwin/include/event.h +62 -0
  148. package/libnbis/nbis_arm64_darwin/include/f2c.h +271 -0
  149. package/libnbis/nbis_arm64_darwin/include/fet.h +96 -0
  150. package/libnbis/nbis_arm64_darwin/include/findblob.h +116 -0
  151. package/libnbis/nbis_arm64_darwin/include/fixup.h +52 -0
  152. package/libnbis/nbis_arm64_darwin/include/gr_cm.h +51 -0
  153. package/libnbis/nbis_arm64_darwin/include/grp4comp.h +185 -0
  154. package/libnbis/nbis_arm64_darwin/include/grp4deco.h +157 -0
  155. package/libnbis/nbis_arm64_darwin/include/grphcs.h +91 -0
  156. package/libnbis/nbis_arm64_darwin/include/histogen.h +99 -0
  157. package/libnbis/nbis_arm64_darwin/include/ihead.h +169 -0
  158. package/libnbis/nbis_arm64_darwin/include/img_io.h +89 -0
  159. package/libnbis/nbis_arm64_darwin/include/imgavg.h +52 -0
  160. package/libnbis/nbis_arm64_darwin/include/imgboost.h +55 -0
  161. package/libnbis/nbis_arm64_darwin/include/imgdec.h +58 -0
  162. package/libnbis/nbis_arm64_darwin/include/imgdecod.h +65 -0
  163. package/libnbis/nbis_arm64_darwin/include/imgsnip.h +56 -0
  164. package/libnbis/nbis_arm64_darwin/include/imgtype.h +85 -0
  165. package/libnbis/nbis_arm64_darwin/include/imgutil.h +80 -0
  166. package/libnbis/nbis_arm64_darwin/include/inffast.h +11 -0
  167. package/libnbis/nbis_arm64_darwin/include/inffixed.h +94 -0
  168. package/libnbis/nbis_arm64_darwin/include/inflate.h +115 -0
  169. package/libnbis/nbis_arm64_darwin/include/inftrees.h +55 -0
  170. package/libnbis/nbis_arm64_darwin/include/intrlv.h +68 -0
  171. package/libnbis/nbis_arm64_darwin/include/invbyte.h +45 -0
  172. package/libnbis/nbis_arm64_darwin/include/ioutil.h +76 -0
  173. package/libnbis/nbis_arm64_darwin/include/jchuff.h +47 -0
  174. package/libnbis/nbis_arm64_darwin/include/jconfig.h +89 -0
  175. package/libnbis/nbis_arm64_darwin/include/jdct.h +176 -0
  176. package/libnbis/nbis_arm64_darwin/include/jdhuff.h +201 -0
  177. package/libnbis/nbis_arm64_darwin/include/jerror.h +335 -0
  178. package/libnbis/nbis_arm64_darwin/include/jinclude.h +91 -0
  179. package/libnbis/nbis_arm64_darwin/include/jmemsys.h +198 -0
  180. package/libnbis/nbis_arm64_darwin/include/jmorecfg.h +407 -0
  181. package/libnbis/nbis_arm64_darwin/include/jpeg2k.h +95 -0
  182. package/libnbis/nbis_arm64_darwin/include/jpegb.h +95 -0
  183. package/libnbis/nbis_arm64_darwin/include/jpegint.h +392 -0
  184. package/libnbis/nbis_arm64_darwin/include/jpegl.h +303 -0
  185. package/libnbis/nbis_arm64_darwin/include/jpeglib.h +1096 -0
  186. package/libnbis/nbis_arm64_darwin/include/jpeglsd4.h +55 -0
  187. package/libnbis/nbis_arm64_darwin/include/jversion.h +14 -0
  188. package/libnbis/nbis_arm64_darwin/include/lfs.h +1249 -0
  189. package/libnbis/nbis_arm64_darwin/include/little.h +81 -0
  190. package/libnbis/nbis_arm64_darwin/include/log.h +69 -0
  191. package/libnbis/nbis_arm64_darwin/include/masks.h +45 -0
  192. package/libnbis/nbis_arm64_darwin/include/memalloc.h +88 -0
  193. package/libnbis/nbis_arm64_darwin/include/mlp/fmt_msgs.h +57 -0
  194. package/libnbis/nbis_arm64_darwin/include/mlp/get_phr.h +54 -0
  195. package/libnbis/nbis_arm64_darwin/include/mlp/lbfgs_dr.h +51 -0
  196. package/libnbis/nbis_arm64_darwin/include/mlp/lims.h +51 -0
  197. package/libnbis/nbis_arm64_darwin/include/mlp/macros.h +53 -0
  198. package/libnbis/nbis_arm64_darwin/include/mlp/mtch_pnm.h +61 -0
  199. package/libnbis/nbis_arm64_darwin/include/mlp/rd_words.h +51 -0
  200. package/libnbis/nbis_arm64_darwin/include/mlp/scg.h +55 -0
  201. package/libnbis/nbis_arm64_darwin/include/mlp/tda.h +69 -0
  202. package/libnbis/nbis_arm64_darwin/include/mlp.h +545 -0
  203. package/libnbis/nbis_arm64_darwin/include/mlpcla.h +77 -0
  204. package/libnbis/nbis_arm64_darwin/include/morph.h +60 -0
  205. package/libnbis/nbis_arm64_darwin/include/mytime.h +106 -0
  206. package/libnbis/nbis_arm64_darwin/include/nfiq.h +100 -0
  207. package/libnbis/nbis_arm64_darwin/include/nfseg.h +154 -0
  208. package/libnbis/nbis_arm64_darwin/include/nistcom.h +108 -0
  209. package/libnbis/nbis_arm64_darwin/include/openjp2/bio.h +134 -0
  210. package/libnbis/nbis_arm64_darwin/include/openjp2/cidx_manager.h +68 -0
  211. package/libnbis/nbis_arm64_darwin/include/openjp2/cio.h +399 -0
  212. package/libnbis/nbis_arm64_darwin/include/openjp2/dwt.h +122 -0
  213. package/libnbis/nbis_arm64_darwin/include/openjp2/event.h +102 -0
  214. package/libnbis/nbis_arm64_darwin/include/openjp2/function_list.h +131 -0
  215. package/libnbis/nbis_arm64_darwin/include/openjp2/image.h +68 -0
  216. package/libnbis/nbis_arm64_darwin/include/openjp2/indexbox_manager.h +148 -0
  217. package/libnbis/nbis_arm64_darwin/include/openjp2/invert.h +64 -0
  218. package/libnbis/nbis_arm64_darwin/include/openjp2/j2k.h +842 -0
  219. package/libnbis/nbis_arm64_darwin/include/openjp2/jp2.h +500 -0
  220. package/libnbis/nbis_arm64_darwin/include/openjp2/mct.h +155 -0
  221. package/libnbis/nbis_arm64_darwin/include/openjp2/mqc.h +207 -0
  222. package/libnbis/nbis_arm64_darwin/include/openjp2/openjpeg.h +1563 -0
  223. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_clock.h +59 -0
  224. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_codec.h +165 -0
  225. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_includes.h +180 -0
  226. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_intmath.h +178 -0
  227. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_inttypes.h +48 -0
  228. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_malloc.h +185 -0
  229. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_stdint.h +52 -0
  230. package/libnbis/nbis_arm64_darwin/include/openjp2/pi.h +188 -0
  231. package/libnbis/nbis_arm64_darwin/include/openjp2/raw.h +106 -0
  232. package/libnbis/nbis_arm64_darwin/include/openjp2/t1.h +163 -0
  233. package/libnbis/nbis_arm64_darwin/include/openjp2/t1_luts.h +143 -0
  234. package/libnbis/nbis_arm64_darwin/include/openjp2/t2.h +133 -0
  235. package/libnbis/nbis_arm64_darwin/include/openjp2/tcd.h +354 -0
  236. package/libnbis/nbis_arm64_darwin/include/openjp2/tgt.h +146 -0
  237. package/libnbis/nbis_arm64_darwin/include/optrws_r.h +59 -0
  238. package/libnbis/nbis_arm64_darwin/include/parsargs.h +60 -0
  239. package/libnbis/nbis_arm64_darwin/include/pca.h +262 -0
  240. package/libnbis/nbis_arm64_darwin/include/png.h +3544 -0
  241. package/libnbis/nbis_arm64_darwin/include/png_dec.h +74 -0
  242. package/libnbis/nbis_arm64_darwin/include/pngconf.h +1487 -0
  243. package/libnbis/nbis_arm64_darwin/include/rgb_ycc.h +85 -0
  244. package/libnbis/nbis_arm64_darwin/include/sunrast.h +97 -0
  245. package/libnbis/nbis_arm64_darwin/include/swap.h +137 -0
  246. package/libnbis/nbis_arm64_darwin/include/swapbyte.h +53 -0
  247. package/libnbis/nbis_arm64_darwin/include/table.h +58 -0
  248. package/libnbis/nbis_arm64_darwin/include/thresh.h +51 -0
  249. package/libnbis/nbis_arm64_darwin/include/transupp.h +135 -0
  250. package/libnbis/nbis_arm64_darwin/include/trees.h +128 -0
  251. package/libnbis/nbis_arm64_darwin/include/usagemcs.h +93 -0
  252. package/libnbis/nbis_arm64_darwin/include/usebsd.h +78 -0
  253. package/libnbis/nbis_arm64_darwin/include/util.h +98 -0
  254. package/libnbis/nbis_arm64_darwin/include/version.h +55 -0
  255. package/libnbis/nbis_arm64_darwin/include/wsq.h +340 -0
  256. package/libnbis/nbis_arm64_darwin/include/zconf.h +332 -0
  257. package/libnbis/nbis_arm64_darwin/include/zconf.in.h +332 -0
  258. package/libnbis/nbis_arm64_darwin/include/zlib.h +1357 -0
  259. package/libnbis/nbis_arm64_darwin/include/zutil.h +269 -0
  260. package/libnbis/nbis_arm64_darwin/lib/libnbis.a +0 -0
  261. package/libnbis/nbis_arm64_darwin/man/man1/an2k2iaf.1 +69 -0
  262. package/libnbis/nbis_arm64_darwin/man/man1/an2k2txt.1 +129 -0
  263. package/libnbis/nbis_arm64_darwin/man/man1/an2ktool.1 +267 -0
  264. package/libnbis/nbis_arm64_darwin/man/man1/asc2bin.1 +38 -0
  265. package/libnbis/nbis_arm64_darwin/man/man1/bin2asc.1 +39 -0
  266. package/libnbis/nbis_arm64_darwin/man/man1/bozorth3.1 +246 -0
  267. package/libnbis/nbis_arm64_darwin/man/man1/chgdesc.1 +54 -0
  268. package/libnbis/nbis_arm64_darwin/man/man1/chkan2k.1 +426 -0
  269. package/libnbis/nbis_arm64_darwin/man/man1/cjp2k.1 +20 -0
  270. package/libnbis/nbis_arm64_darwin/man/man1/cjpeg.1 +296 -0
  271. package/libnbis/nbis_arm64_darwin/man/man1/cjpegb.1 +188 -0
  272. package/libnbis/nbis_arm64_darwin/man/man1/cjpegl.1 +234 -0
  273. package/libnbis/nbis_arm64_darwin/man/man1/cmbmcs.1 +85 -0
  274. package/libnbis/nbis_arm64_darwin/man/man1/cropcoeff.1 +70 -0
  275. package/libnbis/nbis_arm64_darwin/man/man1/cwsq.1 +145 -0
  276. package/libnbis/nbis_arm64_darwin/man/man1/datainfo.1 +59 -0
  277. package/libnbis/nbis_arm64_darwin/man/man1/diffbyts.1 +71 -0
  278. package/libnbis/nbis_arm64_darwin/man/man1/djp2k.1 +21 -0
  279. package/libnbis/nbis_arm64_darwin/man/man1/djpeg.1 +257 -0
  280. package/libnbis/nbis_arm64_darwin/man/man1/djpegb.1 +140 -0
  281. package/libnbis/nbis_arm64_darwin/man/man1/djpegl.1 +143 -0
  282. package/libnbis/nbis_arm64_darwin/man/man1/djpeglsd.1 +158 -0
  283. package/libnbis/nbis_arm64_darwin/man/man1/dpyan2k.1 +179 -0
  284. package/libnbis/nbis_arm64_darwin/man/man1/dpyimage.1 +233 -0
  285. package/libnbis/nbis_arm64_darwin/man/man1/dwsq.1 +112 -0
  286. package/libnbis/nbis_arm64_darwin/man/man1/dwsq14.1 +120 -0
  287. package/libnbis/nbis_arm64_darwin/man/man1/eva_evt.1 +77 -0
  288. package/libnbis/nbis_arm64_darwin/man/man1/fing2pat.1 +61 -0
  289. package/libnbis/nbis_arm64_darwin/man/man1/fixwts.1 +46 -0
  290. package/libnbis/nbis_arm64_darwin/man/man1/histogen.1 +67 -0
  291. package/libnbis/nbis_arm64_darwin/man/man1/iaf2an2k.1 +63 -0
  292. package/libnbis/nbis_arm64_darwin/man/man1/imgcmp.1 +66 -0
  293. package/libnbis/nbis_arm64_darwin/man/man1/imginfo.1 +43 -0
  294. package/libnbis/nbis_arm64_darwin/man/man1/intr2not.1 +147 -0
  295. package/libnbis/nbis_arm64_darwin/man/man1/jp2codec.1 +240 -0
  296. package/libnbis/nbis_arm64_darwin/man/man1/jpegtran.1 +242 -0
  297. package/libnbis/nbis_arm64_darwin/man/man1/kltran.1 +92 -0
  298. package/libnbis/nbis_arm64_darwin/man/man1/lintran.1 +92 -0
  299. package/libnbis/nbis_arm64_darwin/man/man1/meancov.1 +92 -0
  300. package/libnbis/nbis_arm64_darwin/man/man1/mindtct.1 +240 -0
  301. package/libnbis/nbis_arm64_darwin/man/man1/mkoas.1 +194 -0
  302. package/libnbis/nbis_arm64_darwin/man/man1/mktran.1 +72 -0
  303. package/libnbis/nbis_arm64_darwin/man/man1/mlp.1 +680 -0
  304. package/libnbis/nbis_arm64_darwin/man/man1/mlpfeats.1 +52 -0
  305. package/libnbis/nbis_arm64_darwin/man/man1/nfiq.1 +131 -0
  306. package/libnbis/nbis_arm64_darwin/man/man1/nfseg.1 +232 -0
  307. package/libnbis/nbis_arm64_darwin/man/man1/not2intr.1 +150 -0
  308. package/libnbis/nbis_arm64_darwin/man/man1/oas2pics.1 +55 -0
  309. package/libnbis/nbis_arm64_darwin/man/man1/optosf.1 +131 -0
  310. package/libnbis/nbis_arm64_darwin/man/man1/optrws.1 +213 -0
  311. package/libnbis/nbis_arm64_darwin/man/man1/pcasys.1 +244 -0
  312. package/libnbis/nbis_arm64_darwin/man/man1/pcasysx.1 +149 -0
  313. package/libnbis/nbis_arm64_darwin/man/man1/rdimgwh.1 +74 -0
  314. package/libnbis/nbis_arm64_darwin/man/man1/rdjpgcom.1 +57 -0
  315. package/libnbis/nbis_arm64_darwin/man/man1/rdwsqcom.1 +43 -0
  316. package/libnbis/nbis_arm64_darwin/man/man1/record_selector.1 +386 -0
  317. package/libnbis/nbis_arm64_darwin/man/man1/rgb2ycc.1 +175 -0
  318. package/libnbis/nbis_arm64_darwin/man/man1/rwpics.1 +104 -0
  319. package/libnbis/nbis_arm64_darwin/man/man1/sd_rfmt.1 +88 -0
  320. package/libnbis/nbis_arm64_darwin/man/man1/stackms.1 +68 -0
  321. package/libnbis/nbis_arm64_darwin/man/man1/txt2an2k.1 +130 -0
  322. package/libnbis/nbis_arm64_darwin/man/man1/wrjpgcom.1 +107 -0
  323. package/libnbis/nbis_arm64_darwin/man/man1/wrwsqcom.1 +51 -0
  324. package/libnbis/nbis_arm64_darwin/man/man1/ycc2rgb.1 +183 -0
  325. package/libnbis/nbis_arm64_darwin/man/man1/znormdat.1 +50 -0
  326. package/libnbis/nbis_arm64_darwin/man/man1/znormpat.1 +51 -0
  327. package/libnbis/nbis_arm64_darwin/nbis/an2k/chkan2k/default.conf +451 -0
  328. package/libnbis/nbis_arm64_darwin/nbis/an2k/chkan2k/nist-samples.conf +39 -0
  329. package/libnbis/nbis_arm64_darwin/nbis/nfiq/spec +428 -0
  330. package/libnbis/nbis_arm64_darwin/nbis/nfiq/znorm.dat +11 -0
  331. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/a.pct +0 -0
  332. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/a_c.pct +0 -0
  333. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/biga.pct +0 -0
  334. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigl.pct +0 -0
  335. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigr.pct +0 -0
  336. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigs.pct +0 -0
  337. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigt.pct +0 -0
  338. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigw.pct +0 -0
  339. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/conf.pct +0 -0
  340. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/digits.pct +0 -0
  341. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/h_c.pct +0 -0
  342. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/l.pct +0 -0
  343. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/note.txt +2 -0
  344. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/pcasys.pct +0 -0
  345. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/point.pct +0 -0
  346. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/r.pct +0 -0
  347. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/s.pct +0 -0
  348. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/sub_0.pct +0 -0
  349. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/sub_1.pct +0 -0
  350. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/t.pct +0 -0
  351. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/w.pct +0 -0
  352. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/all.txt +2700 -0
  353. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/all_with_class.txt +2700 -0
  354. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/first10.txt +10 -0
  355. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/first20.txt +20 -0
  356. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/first30.txt +30 -0
  357. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/first50.txt +50 -0
  358. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/mkoas.prs +15 -0
  359. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/note.txt +31 -0
  360. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/oas.prs +54 -0
  361. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/optosf.prs +29 -0
  362. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/optrws.prs +57 -0
  363. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/pcasys.mlp +120 -0
  364. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/pcasys.pnn +120 -0
  365. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/pcasys.prs +120 -0
  366. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/pcasysx.prs +25 -0
  367. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/mlp/mlp_tmat.bin +0 -0
  368. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/mlp/mlp_wts.bin +3523 -0
  369. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/mlp/note.txt +7 -0
  370. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/pnn/note.txt +6 -0
  371. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/pnn/pnn_tmat.bin +0 -0
  372. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/pnn/procls.asc +24311 -0
  373. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/pnn/profvs.bin +0 -0
  374. package/libnbis/nbis_x86-64_linux/bin/an2k2iaf +0 -0
  375. package/libnbis/nbis_x86-64_linux/bin/an2k2txt +0 -0
  376. package/libnbis/nbis_x86-64_linux/bin/an2ktool +0 -0
  377. package/libnbis/nbis_x86-64_linux/bin/asc2bin +0 -0
  378. package/libnbis/nbis_x86-64_linux/bin/bin2asc +0 -0
  379. package/libnbis/nbis_x86-64_linux/bin/bozorth3 +0 -0
  380. package/libnbis/nbis_x86-64_linux/bin/chgdesc +0 -0
  381. package/libnbis/nbis_x86-64_linux/bin/chkan2k +0 -0
  382. package/libnbis/nbis_x86-64_linux/bin/cjp2k +0 -0
  383. package/libnbis/nbis_x86-64_linux/bin/cjpeg +0 -0
  384. package/libnbis/nbis_x86-64_linux/bin/cjpegb +0 -0
  385. package/libnbis/nbis_x86-64_linux/bin/cjpegl +0 -0
  386. package/libnbis/nbis_x86-64_linux/bin/cmbmcs +0 -0
  387. package/libnbis/nbis_x86-64_linux/bin/cropcoeff +0 -0
  388. package/libnbis/nbis_x86-64_linux/bin/cwsq +0 -0
  389. package/libnbis/nbis_x86-64_linux/bin/datainfo +0 -0
  390. package/libnbis/nbis_x86-64_linux/bin/diffbyts +0 -0
  391. package/libnbis/nbis_x86-64_linux/bin/djp2k +0 -0
  392. package/libnbis/nbis_x86-64_linux/bin/djpeg +0 -0
  393. package/libnbis/nbis_x86-64_linux/bin/djpegb +0 -0
  394. package/libnbis/nbis_x86-64_linux/bin/djpegl +0 -0
  395. package/libnbis/nbis_x86-64_linux/bin/djpeglsd +0 -0
  396. package/libnbis/nbis_x86-64_linux/bin/dlwsqcom +0 -0
  397. package/libnbis/nbis_x86-64_linux/bin/dpyan2k +0 -0
  398. package/libnbis/nbis_x86-64_linux/bin/dpyimage +0 -0
  399. package/libnbis/nbis_x86-64_linux/bin/dwsq +0 -0
  400. package/libnbis/nbis_x86-64_linux/bin/dwsq14 +0 -0
  401. package/libnbis/nbis_x86-64_linux/bin/eva_evt +0 -0
  402. package/libnbis/nbis_x86-64_linux/bin/fing2pat +0 -0
  403. package/libnbis/nbis_x86-64_linux/bin/fixwts +0 -0
  404. package/libnbis/nbis_x86-64_linux/bin/histogen +0 -0
  405. package/libnbis/nbis_x86-64_linux/bin/iaf2an2k +0 -0
  406. package/libnbis/nbis_x86-64_linux/bin/intr2not +0 -0
  407. package/libnbis/nbis_x86-64_linux/bin/jpegtran +0 -0
  408. package/libnbis/nbis_x86-64_linux/bin/kltran +0 -0
  409. package/libnbis/nbis_x86-64_linux/bin/lintran +0 -0
  410. package/libnbis/nbis_x86-64_linux/bin/meancov +0 -0
  411. package/libnbis/nbis_x86-64_linux/bin/mindtct +0 -0
  412. package/libnbis/nbis_x86-64_linux/bin/mkoas +0 -0
  413. package/libnbis/nbis_x86-64_linux/bin/mktran +0 -0
  414. package/libnbis/nbis_x86-64_linux/bin/mlp +0 -0
  415. package/libnbis/nbis_x86-64_linux/bin/mlpfeats +0 -0
  416. package/libnbis/nbis_x86-64_linux/bin/nfiq +0 -0
  417. package/libnbis/nbis_x86-64_linux/bin/nfseg +0 -0
  418. package/libnbis/nbis_x86-64_linux/bin/not2intr +0 -0
  419. package/libnbis/nbis_x86-64_linux/bin/oas2pics +0 -0
  420. package/libnbis/nbis_x86-64_linux/bin/optosf +0 -0
  421. package/libnbis/nbis_x86-64_linux/bin/optrws +0 -0
  422. package/libnbis/nbis_x86-64_linux/bin/optrwsgw +0 -0
  423. package/libnbis/nbis_x86-64_linux/bin/pcasys +0 -0
  424. package/libnbis/nbis_x86-64_linux/bin/pcasysx +0 -0
  425. package/libnbis/nbis_x86-64_linux/bin/rdimgwh +0 -0
  426. package/libnbis/nbis_x86-64_linux/bin/rdjpgcom +0 -0
  427. package/libnbis/nbis_x86-64_linux/bin/rdwsqcom +0 -0
  428. package/libnbis/nbis_x86-64_linux/bin/rgb2ycc +0 -0
  429. package/libnbis/nbis_x86-64_linux/bin/rwpics +0 -0
  430. package/libnbis/nbis_x86-64_linux/bin/sd_rfmt +0 -0
  431. package/libnbis/nbis_x86-64_linux/bin/stackms +0 -0
  432. package/libnbis/nbis_x86-64_linux/bin/txt2an2k +0 -0
  433. package/libnbis/nbis_x86-64_linux/bin/wrjpgcom +0 -0
  434. package/libnbis/nbis_x86-64_linux/bin/wrwsqcom +0 -0
  435. package/libnbis/nbis_x86-64_linux/bin/ycc2rgb +0 -0
  436. package/libnbis/nbis_x86-64_linux/bin/znormdat +0 -0
  437. package/libnbis/nbis_x86-64_linux/bin/znormpat +0 -0
  438. package/libnbis/nbis_x86-64_linux/include/an2k.h +885 -0
  439. package/libnbis/nbis_x86-64_linux/include/an2k.h.src +885 -0
  440. package/libnbis/nbis_x86-64_linux/include/an2kseg.h +77 -0
  441. package/libnbis/nbis_x86-64_linux/include/binops.h +94 -0
  442. package/libnbis/nbis_x86-64_linux/include/bitmasks.h +50 -0
  443. package/libnbis/nbis_x86-64_linux/include/bits.h +63 -0
  444. package/libnbis/nbis_x86-64_linux/include/bozorth.h +295 -0
  445. package/libnbis/nbis_x86-64_linux/include/bz_array.h +141 -0
  446. package/libnbis/nbis_x86-64_linux/include/cderror.h +132 -0
  447. package/libnbis/nbis_x86-64_linux/include/cdjpeg.h +184 -0
  448. package/libnbis/nbis_x86-64_linux/include/chkan2k.h +338 -0
  449. package/libnbis/nbis_x86-64_linux/include/computil.h +53 -0
  450. package/libnbis/nbis_x86-64_linux/include/crc32.h +441 -0
  451. package/libnbis/nbis_x86-64_linux/include/datafile.h +95 -0
  452. package/libnbis/nbis_x86-64_linux/include/dataio.h +70 -0
  453. package/libnbis/nbis_x86-64_linux/include/deflate.h +331 -0
  454. package/libnbis/nbis_x86-64_linux/include/defs.h +82 -0
  455. package/libnbis/nbis_x86-64_linux/include/dilate.h +57 -0
  456. package/libnbis/nbis_x86-64_linux/include/display.h +255 -0
  457. package/libnbis/nbis_x86-64_linux/include/dpy.h +71 -0
  458. package/libnbis/nbis_x86-64_linux/include/dpyan2k.h +72 -0
  459. package/libnbis/nbis_x86-64_linux/include/dpydepth.h +78 -0
  460. package/libnbis/nbis_x86-64_linux/include/dpyimage.h +110 -0
  461. package/libnbis/nbis_x86-64_linux/include/dpyx.h +107 -0
  462. package/libnbis/nbis_x86-64_linux/include/event.h +62 -0
  463. package/libnbis/nbis_x86-64_linux/include/f2c.h +271 -0
  464. package/libnbis/nbis_x86-64_linux/include/fet.h +96 -0
  465. package/libnbis/nbis_x86-64_linux/include/findblob.h +116 -0
  466. package/libnbis/nbis_x86-64_linux/include/fixup.h +52 -0
  467. package/libnbis/nbis_x86-64_linux/include/gr_cm.h +51 -0
  468. package/libnbis/nbis_x86-64_linux/include/grp4comp.h +185 -0
  469. package/libnbis/nbis_x86-64_linux/include/grp4deco.h +157 -0
  470. package/libnbis/nbis_x86-64_linux/include/grphcs.h +91 -0
  471. package/libnbis/nbis_x86-64_linux/include/histogen.h +99 -0
  472. package/libnbis/nbis_x86-64_linux/include/ihead.h +169 -0
  473. package/libnbis/nbis_x86-64_linux/include/img_io.h +89 -0
  474. package/libnbis/nbis_x86-64_linux/include/imgavg.h +52 -0
  475. package/libnbis/nbis_x86-64_linux/include/imgboost.h +55 -0
  476. package/libnbis/nbis_x86-64_linux/include/imgdec.h +58 -0
  477. package/libnbis/nbis_x86-64_linux/include/imgdecod.h +65 -0
  478. package/libnbis/nbis_x86-64_linux/include/imgsnip.h +56 -0
  479. package/libnbis/nbis_x86-64_linux/include/imgtype.h +85 -0
  480. package/libnbis/nbis_x86-64_linux/include/imgutil.h +80 -0
  481. package/libnbis/nbis_x86-64_linux/include/inffast.h +11 -0
  482. package/libnbis/nbis_x86-64_linux/include/inffixed.h +94 -0
  483. package/libnbis/nbis_x86-64_linux/include/inflate.h +115 -0
  484. package/libnbis/nbis_x86-64_linux/include/inftrees.h +55 -0
  485. package/libnbis/nbis_x86-64_linux/include/intrlv.h +68 -0
  486. package/libnbis/nbis_x86-64_linux/include/invbyte.h +45 -0
  487. package/libnbis/nbis_x86-64_linux/include/ioutil.h +76 -0
  488. package/libnbis/nbis_x86-64_linux/include/jchuff.h +47 -0
  489. package/libnbis/nbis_x86-64_linux/include/jconfig.h +89 -0
  490. package/libnbis/nbis_x86-64_linux/include/jdct.h +176 -0
  491. package/libnbis/nbis_x86-64_linux/include/jdhuff.h +201 -0
  492. package/libnbis/nbis_x86-64_linux/include/jerror.h +335 -0
  493. package/libnbis/nbis_x86-64_linux/include/jinclude.h +91 -0
  494. package/libnbis/nbis_x86-64_linux/include/jmemsys.h +198 -0
  495. package/libnbis/nbis_x86-64_linux/include/jmorecfg.h +407 -0
  496. package/libnbis/nbis_x86-64_linux/include/jpeg2k.h +95 -0
  497. package/libnbis/nbis_x86-64_linux/include/jpegb.h +95 -0
  498. package/libnbis/nbis_x86-64_linux/include/jpegint.h +392 -0
  499. package/libnbis/nbis_x86-64_linux/include/jpegl.h +303 -0
  500. package/libnbis/nbis_x86-64_linux/include/jpeglib.h +1096 -0
  501. package/libnbis/nbis_x86-64_linux/include/jpeglsd4.h +55 -0
  502. package/libnbis/nbis_x86-64_linux/include/jversion.h +14 -0
  503. package/libnbis/nbis_x86-64_linux/include/lfs.h +1249 -0
  504. package/libnbis/nbis_x86-64_linux/include/little.h +81 -0
  505. package/libnbis/nbis_x86-64_linux/include/log.h +69 -0
  506. package/libnbis/nbis_x86-64_linux/include/masks.h +45 -0
  507. package/libnbis/nbis_x86-64_linux/include/memalloc.h +88 -0
  508. package/libnbis/nbis_x86-64_linux/include/mlp/fmt_msgs.h +57 -0
  509. package/libnbis/nbis_x86-64_linux/include/mlp/get_phr.h +54 -0
  510. package/libnbis/nbis_x86-64_linux/include/mlp/lbfgs_dr.h +51 -0
  511. package/libnbis/nbis_x86-64_linux/include/mlp/lims.h +51 -0
  512. package/libnbis/nbis_x86-64_linux/include/mlp/macros.h +53 -0
  513. package/libnbis/nbis_x86-64_linux/include/mlp/mtch_pnm.h +61 -0
  514. package/libnbis/nbis_x86-64_linux/include/mlp/rd_words.h +51 -0
  515. package/libnbis/nbis_x86-64_linux/include/mlp/scg.h +55 -0
  516. package/libnbis/nbis_x86-64_linux/include/mlp/tda.h +69 -0
  517. package/libnbis/nbis_x86-64_linux/include/mlp.h +545 -0
  518. package/libnbis/nbis_x86-64_linux/include/mlpcla.h +77 -0
  519. package/libnbis/nbis_x86-64_linux/include/morph.h +60 -0
  520. package/libnbis/nbis_x86-64_linux/include/mytime.h +106 -0
  521. package/libnbis/nbis_x86-64_linux/include/nfiq.h +100 -0
  522. package/libnbis/nbis_x86-64_linux/include/nfseg.h +154 -0
  523. package/libnbis/nbis_x86-64_linux/include/nistcom.h +108 -0
  524. package/libnbis/nbis_x86-64_linux/include/openjp2/bio.h +134 -0
  525. package/libnbis/nbis_x86-64_linux/include/openjp2/cidx_manager.h +68 -0
  526. package/libnbis/nbis_x86-64_linux/include/openjp2/cio.h +399 -0
  527. package/libnbis/nbis_x86-64_linux/include/openjp2/dwt.h +122 -0
  528. package/libnbis/nbis_x86-64_linux/include/openjp2/event.h +102 -0
  529. package/libnbis/nbis_x86-64_linux/include/openjp2/function_list.h +131 -0
  530. package/libnbis/nbis_x86-64_linux/include/openjp2/image.h +68 -0
  531. package/libnbis/nbis_x86-64_linux/include/openjp2/indexbox_manager.h +148 -0
  532. package/libnbis/nbis_x86-64_linux/include/openjp2/invert.h +64 -0
  533. package/libnbis/nbis_x86-64_linux/include/openjp2/j2k.h +842 -0
  534. package/libnbis/nbis_x86-64_linux/include/openjp2/jp2.h +500 -0
  535. package/libnbis/nbis_x86-64_linux/include/openjp2/mct.h +155 -0
  536. package/libnbis/nbis_x86-64_linux/include/openjp2/mqc.h +207 -0
  537. package/libnbis/nbis_x86-64_linux/include/openjp2/openjpeg.h +1563 -0
  538. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_clock.h +59 -0
  539. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_codec.h +165 -0
  540. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_includes.h +180 -0
  541. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_intmath.h +178 -0
  542. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_inttypes.h +48 -0
  543. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_malloc.h +185 -0
  544. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_stdint.h +52 -0
  545. package/libnbis/nbis_x86-64_linux/include/openjp2/pi.h +188 -0
  546. package/libnbis/nbis_x86-64_linux/include/openjp2/raw.h +106 -0
  547. package/libnbis/nbis_x86-64_linux/include/openjp2/t1.h +163 -0
  548. package/libnbis/nbis_x86-64_linux/include/openjp2/t1_luts.h +143 -0
  549. package/libnbis/nbis_x86-64_linux/include/openjp2/t2.h +133 -0
  550. package/libnbis/nbis_x86-64_linux/include/openjp2/tcd.h +354 -0
  551. package/libnbis/nbis_x86-64_linux/include/openjp2/tgt.h +146 -0
  552. package/libnbis/nbis_x86-64_linux/include/optrws_r.h +59 -0
  553. package/libnbis/nbis_x86-64_linux/include/parsargs.h +60 -0
  554. package/libnbis/nbis_x86-64_linux/include/pca.h +262 -0
  555. package/libnbis/nbis_x86-64_linux/include/png.h +3544 -0
  556. package/libnbis/nbis_x86-64_linux/include/png_dec.h +74 -0
  557. package/libnbis/nbis_x86-64_linux/include/pngconf.h +1479 -0
  558. package/libnbis/nbis_x86-64_linux/include/rgb_ycc.h +85 -0
  559. package/libnbis/nbis_x86-64_linux/include/sunrast.h +97 -0
  560. package/libnbis/nbis_x86-64_linux/include/swap.h +137 -0
  561. package/libnbis/nbis_x86-64_linux/include/swapbyte.h +53 -0
  562. package/libnbis/nbis_x86-64_linux/include/table.h +58 -0
  563. package/libnbis/nbis_x86-64_linux/include/thresh.h +51 -0
  564. package/libnbis/nbis_x86-64_linux/include/transupp.h +135 -0
  565. package/libnbis/nbis_x86-64_linux/include/trees.h +128 -0
  566. package/libnbis/nbis_x86-64_linux/include/usagemcs.h +93 -0
  567. package/libnbis/nbis_x86-64_linux/include/usebsd.h +78 -0
  568. package/libnbis/nbis_x86-64_linux/include/util.h +98 -0
  569. package/libnbis/nbis_x86-64_linux/include/version.h +55 -0
  570. package/libnbis/nbis_x86-64_linux/include/wsq.h +340 -0
  571. package/libnbis/nbis_x86-64_linux/include/zconf.h +332 -0
  572. package/libnbis/nbis_x86-64_linux/include/zconf.in.h +332 -0
  573. package/libnbis/nbis_x86-64_linux/include/zlib.h +1357 -0
  574. package/libnbis/nbis_x86-64_linux/include/zutil.h +269 -0
  575. package/libnbis/nbis_x86-64_linux/lib/libnbis.a +0 -0
  576. package/libnbis/nbis_x86-64_linux/man/man1/an2k2iaf.1 +69 -0
  577. package/libnbis/nbis_x86-64_linux/man/man1/an2k2txt.1 +129 -0
  578. package/libnbis/nbis_x86-64_linux/man/man1/an2ktool.1 +267 -0
  579. package/libnbis/nbis_x86-64_linux/man/man1/asc2bin.1 +38 -0
  580. package/libnbis/nbis_x86-64_linux/man/man1/bin2asc.1 +39 -0
  581. package/libnbis/nbis_x86-64_linux/man/man1/bozorth3.1 +246 -0
  582. package/libnbis/nbis_x86-64_linux/man/man1/chgdesc.1 +54 -0
  583. package/libnbis/nbis_x86-64_linux/man/man1/chkan2k.1 +426 -0
  584. package/libnbis/nbis_x86-64_linux/man/man1/cjp2k.1 +20 -0
  585. package/libnbis/nbis_x86-64_linux/man/man1/cjpeg.1 +296 -0
  586. package/libnbis/nbis_x86-64_linux/man/man1/cjpegb.1 +188 -0
  587. package/libnbis/nbis_x86-64_linux/man/man1/cjpegl.1 +234 -0
  588. package/libnbis/nbis_x86-64_linux/man/man1/cmbmcs.1 +85 -0
  589. package/libnbis/nbis_x86-64_linux/man/man1/cropcoeff.1 +70 -0
  590. package/libnbis/nbis_x86-64_linux/man/man1/cwsq.1 +145 -0
  591. package/libnbis/nbis_x86-64_linux/man/man1/datainfo.1 +59 -0
  592. package/libnbis/nbis_x86-64_linux/man/man1/diffbyts.1 +71 -0
  593. package/libnbis/nbis_x86-64_linux/man/man1/djp2k.1 +21 -0
  594. package/libnbis/nbis_x86-64_linux/man/man1/djpeg.1 +257 -0
  595. package/libnbis/nbis_x86-64_linux/man/man1/djpegb.1 +140 -0
  596. package/libnbis/nbis_x86-64_linux/man/man1/djpegl.1 +143 -0
  597. package/libnbis/nbis_x86-64_linux/man/man1/djpeglsd.1 +158 -0
  598. package/libnbis/nbis_x86-64_linux/man/man1/dpyan2k.1 +179 -0
  599. package/libnbis/nbis_x86-64_linux/man/man1/dpyimage.1 +233 -0
  600. package/libnbis/nbis_x86-64_linux/man/man1/dwsq.1 +112 -0
  601. package/libnbis/nbis_x86-64_linux/man/man1/dwsq14.1 +120 -0
  602. package/libnbis/nbis_x86-64_linux/man/man1/eva_evt.1 +77 -0
  603. package/libnbis/nbis_x86-64_linux/man/man1/fing2pat.1 +61 -0
  604. package/libnbis/nbis_x86-64_linux/man/man1/fixwts.1 +46 -0
  605. package/libnbis/nbis_x86-64_linux/man/man1/histogen.1 +67 -0
  606. package/libnbis/nbis_x86-64_linux/man/man1/iaf2an2k.1 +63 -0
  607. package/libnbis/nbis_x86-64_linux/man/man1/imgcmp.1 +66 -0
  608. package/libnbis/nbis_x86-64_linux/man/man1/imginfo.1 +43 -0
  609. package/libnbis/nbis_x86-64_linux/man/man1/intr2not.1 +147 -0
  610. package/libnbis/nbis_x86-64_linux/man/man1/jp2codec.1 +240 -0
  611. package/libnbis/nbis_x86-64_linux/man/man1/jpegtran.1 +242 -0
  612. package/libnbis/nbis_x86-64_linux/man/man1/kltran.1 +92 -0
  613. package/libnbis/nbis_x86-64_linux/man/man1/lintran.1 +92 -0
  614. package/libnbis/nbis_x86-64_linux/man/man1/meancov.1 +92 -0
  615. package/libnbis/nbis_x86-64_linux/man/man1/mindtct.1 +240 -0
  616. package/libnbis/nbis_x86-64_linux/man/man1/mkoas.1 +194 -0
  617. package/libnbis/nbis_x86-64_linux/man/man1/mktran.1 +72 -0
  618. package/libnbis/nbis_x86-64_linux/man/man1/mlp.1 +680 -0
  619. package/libnbis/nbis_x86-64_linux/man/man1/mlpfeats.1 +52 -0
  620. package/libnbis/nbis_x86-64_linux/man/man1/nfiq.1 +131 -0
  621. package/libnbis/nbis_x86-64_linux/man/man1/nfseg.1 +232 -0
  622. package/libnbis/nbis_x86-64_linux/man/man1/not2intr.1 +150 -0
  623. package/libnbis/nbis_x86-64_linux/man/man1/oas2pics.1 +55 -0
  624. package/libnbis/nbis_x86-64_linux/man/man1/optosf.1 +131 -0
  625. package/libnbis/nbis_x86-64_linux/man/man1/optrws.1 +213 -0
  626. package/libnbis/nbis_x86-64_linux/man/man1/pcasys.1 +244 -0
  627. package/libnbis/nbis_x86-64_linux/man/man1/pcasysx.1 +149 -0
  628. package/libnbis/nbis_x86-64_linux/man/man1/rdimgwh.1 +74 -0
  629. package/libnbis/nbis_x86-64_linux/man/man1/rdjpgcom.1 +57 -0
  630. package/libnbis/nbis_x86-64_linux/man/man1/rdwsqcom.1 +43 -0
  631. package/libnbis/nbis_x86-64_linux/man/man1/record_selector.1 +386 -0
  632. package/libnbis/nbis_x86-64_linux/man/man1/rgb2ycc.1 +175 -0
  633. package/libnbis/nbis_x86-64_linux/man/man1/rwpics.1 +104 -0
  634. package/libnbis/nbis_x86-64_linux/man/man1/sd_rfmt.1 +88 -0
  635. package/libnbis/nbis_x86-64_linux/man/man1/stackms.1 +68 -0
  636. package/libnbis/nbis_x86-64_linux/man/man1/txt2an2k.1 +130 -0
  637. package/libnbis/nbis_x86-64_linux/man/man1/wrjpgcom.1 +107 -0
  638. package/libnbis/nbis_x86-64_linux/man/man1/wrwsqcom.1 +51 -0
  639. package/libnbis/nbis_x86-64_linux/man/man1/ycc2rgb.1 +183 -0
  640. package/libnbis/nbis_x86-64_linux/man/man1/znormdat.1 +50 -0
  641. package/libnbis/nbis_x86-64_linux/man/man1/znormpat.1 +51 -0
  642. package/libnbis/nbis_x86-64_linux/nbis/an2k/chkan2k/default.conf +451 -0
  643. package/libnbis/nbis_x86-64_linux/nbis/an2k/chkan2k/nist-samples.conf +39 -0
  644. package/libnbis/nbis_x86-64_linux/nbis/nfiq/spec +428 -0
  645. package/libnbis/nbis_x86-64_linux/nbis/nfiq/znorm.dat +11 -0
  646. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/a.pct +0 -0
  647. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/a_c.pct +0 -0
  648. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/biga.pct +0 -0
  649. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigl.pct +0 -0
  650. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigr.pct +0 -0
  651. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigs.pct +0 -0
  652. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigt.pct +0 -0
  653. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigw.pct +0 -0
  654. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/conf.pct +0 -0
  655. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/digits.pct +0 -0
  656. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/h_c.pct +0 -0
  657. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/l.pct +0 -0
  658. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/note.txt +2 -0
  659. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/pcasys.pct +0 -0
  660. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/point.pct +0 -0
  661. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/r.pct +0 -0
  662. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/s.pct +0 -0
  663. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/sub_0.pct +0 -0
  664. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/sub_1.pct +0 -0
  665. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/t.pct +0 -0
  666. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/w.pct +0 -0
  667. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/all.txt +2700 -0
  668. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/all_with_class.txt +2700 -0
  669. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/first10.txt +10 -0
  670. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/first20.txt +20 -0
  671. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/first30.txt +30 -0
  672. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/first50.txt +50 -0
  673. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/mkoas.prs +15 -0
  674. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/note.txt +31 -0
  675. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/oas.prs +54 -0
  676. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/optosf.prs +29 -0
  677. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/optrws.prs +57 -0
  678. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/pcasys.mlp +120 -0
  679. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/pcasys.pnn +120 -0
  680. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/pcasys.prs +120 -0
  681. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/pcasysx.prs +25 -0
  682. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/mlp/mlp_tmat.bin +0 -0
  683. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/mlp/mlp_wts.bin +3523 -0
  684. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/mlp/note.txt +7 -0
  685. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/pnn/note.txt +6 -0
  686. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/pnn/pnn_tmat.bin +0 -0
  687. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/pnn/procls.asc +24311 -0
  688. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/pnn/profvs.bin +0 -0
  689. package/package.json +51 -0
@@ -0,0 +1,680 @@
1
+ .\" @(#)mlp.1 2008/10/02 NIST
2
+ .\" I Image Group
3
+ .\" G. T. Candela, Craig I. Watson & C. L. Wilson
4
+ .\"
5
+ .TH MLP 1B "02 October 2008" "NIST" "NBIS Reference Manual"
6
+ .SH NAME
7
+ mlp \- Does training and testing runs using a 3-layer feed-forward
8
+ linear perceptron Neural Network.
9
+ .SH SYNOPSIS
10
+ .B mlp
11
+ .I [-c] [specfile]
12
+ .SH DESCRIPTION
13
+ .B Mlp
14
+ trains a 3-layer feed-forward linear perceptron
15
+ using novel methods of machine learning that help control the
16
+ learning dynamics of the network. As a result, the derived minima
17
+ are superior, the decision surfaces of the trained network are
18
+ well-formed, the information content of confidence values is increased,
19
+ and generalization is enhanced. The theory behind the machine learning
20
+ techniques used in this program is discussed in the following reference:
21
+ .PP
22
+ [C. L. Wilson, J. L. Blue, O. M. Omidvar, "The Effect of Training
23
+ Dynamics on Neural Network Performance," NIST Internal Report 5696,
24
+ August 1995.]
25
+ .PP
26
+ Machine learning is controlled through a batch-oriented iterative
27
+ process of training the MLP on a set of prototype feature vectors,
28
+ and then evaluating the progress made by running the MLP (in its
29
+ current state) on a separate set of testing feature vectors. Training on
30
+ the first set of patterns then resumes for a predetermined number
31
+ of passes through the training data, and then the MLP is tested again
32
+ on the evaluation set. This process of training and then testing
33
+ continues until the MLP has been determined to have satisfactorily
34
+ converged.
35
+
36
+ The MLP neural network is suitable for use as a classifier or as a
37
+ function-approximator. The network has an input layer, a hidden layer,
38
+ and an output layer, each layer comprising a set of nodes. The
39
+ input nodes are feed-forwardly connected to the hidden nodes, and
40
+ the hidden nodes to the output nodes, by connections whose weights
41
+ (strengths) are trainable. The activation function used for the
42
+ hidden nodes can be chosen to be sinusoid, sigmoid (logistic), or
43
+ linear, as can the activation function for the output nodes. Training
44
+ (optimization) of the weights is done using either a Scaled Conjugate
45
+ Gradient (SCG) algorithm [1], or by starting out with SCG and
46
+ then switching to a Limited Memory Broyden Fletcher Goldfarb
47
+ Shanno (LBFGS) algorithm [2]. Boltzmann pruning [3], i.e. dynamic
48
+ removal of connections, can be performed during training if desired.
49
+ Prior weights can be attached to the patterns (feature vectors) in
50
+ various ways.
51
+ .PP
52
+ [1] J. L. Blue and P. J. Grother, "Training Feed Forward Networks Using
53
+ Conjugate Gradients," NIST Internal Report 4776, February 1992, and
54
+ in Conference on Character Recognition and Digitizer Technologies,
55
+ Vol. 1661, pp. 179-190, SPIE, San Jose, February 1992.
56
+ .PP
57
+ [2] D. Liu and J. Nocedal, "On the Limited Memory BFGS Method for
58
+ Large Scale Optimization," IMathematical Programming B, Vol. 45,
59
+ 503-528, 1989.
60
+ .PP
61
+ [3] O. M. Omidvar and C. L. Wilson, "Information Content in Neural Net
62
+ Optimization," NIST Internal Report 4766, February 1992, and in \fIJournal
63
+ of Connection Science\fR, 6:91-103, 1993.
64
+ .PP
65
+ .B Training and Testing Runs
66
+
67
+ When mlp is invoked, it performs a sequence of runs. Each run does
68
+ either training, or testing:
69
+
70
+ .B training run:
71
+ A set of patterns is used to train (optimize) the weights
72
+ of the network. Each pattern consists of a feature vector, along with
73
+ either a class or a target vector. A feature vector is a tuple of
74
+ floating-point numbers, which typically has been extracted from some
75
+ natural object such as a handwritten character. A class denotes the actual
76
+ class to which the object belongs, for example the character which a
77
+ handwritten mark is an instance of. The network can be trained to become
78
+ a classifier: it trains using a set of feature vectors extracted from
79
+ objects of known classes. Or, more generally, the network can be
80
+ trained to learn, again from example input-output pairs, a function
81
+ whose output is a vector of floating-point numbers, rather than a class;
82
+ if this is done, the network is a sort of interpolator or
83
+ function-fitter. A training run finishes by writing the final values of
84
+ the network weights as a file. It also produces a summary file showing
85
+ various information about the run, and optionally produces a longer
86
+ file that shows the results the final (trained) network produced for
87
+ each individual pattern.
88
+
89
+ .B testing run:
90
+ A set of patterns is sent through a network, after the
91
+ network weights are read from a file. The output values, i.e. the
92
+ hypothetical classes (for a classifier network) or the produced output
93
+ vectors (for a fitter network), are compared with target classes or
94
+ vectors, and the resulting error rate is computed. The program can
95
+ produce a table showing the correct classification rate as a function
96
+ of the rejection rate.
97
+
98
+ .SH OPTIONS
99
+ .TP
100
+ .I [-c]
101
+ Only do error checking on the specfile parameters and print any
102
+ warnings or errors that occur in the specfile format.
103
+ .TP
104
+ .I [specfile]
105
+ Specfile to be used by mlp. The default is a specfile
106
+ named "spec" located in the current working directory.
107
+
108
+ This is a file produced by the user, which sets the parameters
109
+ (henceforth "parms") of the run(s) that mlp is to perform. It consists
110
+ of one or more blocks, each of which sets the parms for one run. Each
111
+ block is separated from the next one by the word "newrun" or "NEWRUN".
112
+ Parms are set using name-value pairs, with the name and value separated
113
+ by non-newline white space characters (blanks or tabs). Each name-value
114
+ pair is separated from the next pair by newline(s) or semicolon(s).
115
+ Since each parm value is labeled by its parm name, the name-value
116
+ pairs can occur in any order. Comments are allowed; they are delimited
117
+ the same way as in C language programs, with /* and */. Extraneous
118
+ white space characters are ignored.
119
+
120
+ When mlp is run, it first scans the entire specfile, to find and report
121
+ any (fatal) errors (e.g. omitting to set a necessary parm, or using an
122
+ illegal parm name or value) and also any conditions in the specfile
123
+ which, although not fatally erroneous, are worthy of warnings
124
+ (e.g. setting a superfluous parm). Mlp writes any applicable warning
125
+ or error messages; then, if there are no errors in the specfile, it
126
+ starts to perform the first run. Warnings do not prevent mlp from
127
+ starting to run. The motivation for having mlp check the entire
128
+ specfile before it starts to perform even the first run, is that
129
+ this will prevent an mlp instance that runs a multi-run specfile from
130
+ failing, perhaps many hours, or days, after it was started, because
131
+ of an error in a block far into the specfile: such errors will be
132
+ detected up front and presumably fixed by the user, because that is
133
+ the only way to cause mlp to get past its checking phase. To cause
134
+ mlp only to check the specfile without running it, use the -c option.
135
+
136
+ The following listing describes all the parms that can be set in a
137
+ specfile. There are four types of parms: string (value is a filename),
138
+ integer, floating-point, and switch (value must be one of a set of
139
+ defined names, or may be specified as a code number). A block of the
140
+ specfile, which sets the parms for one run, often can omit to set the
141
+ values of several of the parms, either because the parm is unneeded
142
+ (e.g., a training "stopping condition" when the run is a test run;
143
+ or, \fBtemperature\fR when boltzmann is \fIno_prune\fR), or because it is an
144
+ architecture parm (\fBpurpose, ninps, nhids, nouts, acfunc_hids, or
145
+ acfunc_outs\fR), whose value will be read from \fBwts_infile\fR. The
146
+ descriptions below indicate which of the parms are needed only for
147
+ training runs (in particular, those described as stopping conditions).
148
+ Architecture parms should be set in a specfile block only if its run is
149
+ to be a training run that generates random initial network weights: a
150
+ training run that reads initial weights from a file (typically, final
151
+ weights produced by a previous training session), or a test run (must
152
+ read the network weights from a file), does not need to set any of the
153
+ architecture parms in its specfile block, because their values are
154
+ stored in the weights file that it will read. (Architecture parms
155
+ are ones whose values it would not make sense to change between
156
+ training runs of a single network that together comprise a training
157
+ "meta-run", nor between a training run for a network and a test run
158
+ of the finished network.) Setting unneeded parms in a specfile block
159
+ will result in warning messages when mlp is run, but not fatal
160
+ errors; the unneeded values will be ignored.
161
+
162
+ If a parm-name/parm-value pair occurring in a specfile has just its
163
+ value deleted, i.e. leaving just a parm name, then the name is ignored
164
+ by mlp; this is a way to temporarily unset a parm while leaving its
165
+ name visible for possible future use.
166
+
167
+ .TP
168
+ \fB-version
169
+ \fRPrint ANSI/NIST stardand and NBIS software version.
170
+
171
+ .B String Parms (Filename)
172
+
173
+ .RS
174
+ .TP
175
+ .B short_outfile
176
+ .br
177
+ This file will contain summary information about the run, including a
178
+ history of the training process if a training run. The set of information
179
+ to be written is controlled, to some extent, by the switch parms
180
+ \fBdo_confuse\fR and \fBdo_cvr\fR.
181
+
182
+ .TP
183
+ .B long_outfile
184
+ .br
185
+ This optionally produced file will have two lines of header information
186
+ followed by a line for each pattern. The line will show: the sequence
187
+ number of the pattern; the correct class of the pattern (as a number
188
+ in the range 1 through \fBnouts\fR); whether the hypothetical class the
189
+ network produced for this pattern was right (R) or wrong (W); the
190
+ hypothetical class (number); and the \fBnouts\fR output-node activations the
191
+ network produced for the pattern. (See the switch parm
192
+ \fBshow_acs_times_1000\fR below, which controls the formatting of the
193
+ activations.) In a testing run, mlp produces this file for the result
194
+ of running the patterns through the network whose weights are read from
195
+ \fBwts_infile\fR; in a training run, mlp produces this file only for the
196
+ final network weights resulting from the training session. This is often
197
+ a large file; to save disk space by not producing it, just leave the
198
+ parm unset.
199
+
200
+ .TP
201
+ .B patterns_infile
202
+ .br
203
+ This file contains patterns upon which mlp is to train or test a network.
204
+ A pattern is either a feature-vector and an associated class, or a
205
+ feature-vector and an associated target-vector. The file must be in
206
+ one of the two supported patterns-file formats, i.e. ASCII and
207
+ (FORTRAN-style) binary; the switch parm \fBpatsfile_ascii_or_binary\fR
208
+ must be set to tell mlp which of these formats is being used.
209
+
210
+ .TP
211
+ .B wts_infile
212
+ .br
213
+ This optional file contains a set of network weights. Mlp can read such
214
+ a file at the start of a training run - e.g., final weights from a
215
+ preceding training run, if one is training a network using a sequence of
216
+ runs with different parameter settings (e.g., decreasing values of
217
+ \fBregfac\fR) - or, in a testing run, it can read the final weights
218
+ resulting from a training run. This parm should be left unset if
219
+ random initial weights are to be generated for a training run (see the
220
+ integer parm \fBseed\fR).
221
+
222
+ .TP
223
+ .B wts_outfile
224
+ .br
225
+ This file is produced only for a training run; it contains the final
226
+ network weights resulting from the run.
227
+
228
+ .TP
229
+ .B lcn_scn_infile
230
+ .br
231
+ Each line of this optional file should consist of a long class-name
232
+ (as shown at the top of \fBpatterns_infile\fR) and a corresponding short
233
+ class-name (1 or 2 characters), with the two names separated by white
234
+ space; the lines can be in any order. This file is required only for
235
+ a run that requires short class-names, i.e. only if \fBpurpose\fR is
236
+ \fIclassifier\fR and (1) \fBpriors\fR is \fIclass\fR or \fIboth\fR
237
+ (these settings of \fBpriors\fR require class-weights to be read
238
+ from \fBclass_wts_infile\fR, and that type of file can be read only
239
+ if the short class-names are known) or (2) \fBdo_confuse\fR is
240
+ \fItrue\fR (proper output of confusion matrices requires the short
241
+ class-names, which are used as labels).
242
+
243
+ .TP
244
+ .B class_wts_infile
245
+ .br
246
+ This optional file contains class-weights, i.e. a "prior weight" for
247
+ each class. (See switch \fBparm\fR priors to find out how mlp can use these
248
+ weights.) Each line should consist of a short class-name (as shown in
249
+ \fBlcn_scn_infile\fR) and the weight for the class, separated by white
250
+ space; the order of the lines does not matter.
251
+
252
+ .TP
253
+ .B pattern_wts_infile
254
+ .br
255
+ This optional file contains pattern-weights, i.e. a "prior weight" for
256
+ each pattern. (See switch parm \fBpriors\fR to find out how mlp can use
257
+ these weights.) The file should be just a sequence of floating-point numbers
258
+ (ascii) separated from each other by white space, with the numbers in
259
+ the same order as the patterns they are to be associated with.
260
+
261
+ .PP
262
+ .B Integer Parms
263
+
264
+ .TP
265
+ .B npats
266
+ .br
267
+ Number of (first) patterns from \fBpatterns_infile\fR to use.
268
+
269
+ .TP
270
+ .B ninps, nhids, nouts
271
+ .br
272
+ Specify the number of input, hidden, and output nodes in the network.
273
+ If \fBninps\fR is smaller than the number of components in the
274
+ feature-vectors of the patterns, then the first \fBninps\fR components of
275
+ each feature-vector are used. If the network is a \fIclassifier\fR
276
+ (see \fBpurpose\fR), then \fBnouts\fR is the number of classes, since there is
277
+ one output node for each class. If the network is a \fIfitter\fR, then
278
+ \fBninps\fR and \fBnouts\fR are the dimensionalities of the input and
279
+ output real vector spaces. These are architecture parms, so they should
280
+ be left unset for a run that is to read a network weights file.
281
+
282
+ .TP
283
+ .B seed
284
+ .br
285
+ For the UNI random number generator, if initial weights for a training run
286
+ are to be randomly generated. Its values must be positive. Random weights
287
+ are generated only if \fBwts_infile\fR is not set. (Of course, the
288
+ \fBseed\fR value can be reused to generate identical initial weights in
289
+ different training runs; or, it can be varied in order to do several
290
+ training runs using the same values for the other parameters. It is
291
+ often advisable to try several seeds, since any particular \fBseed\fR
292
+ may produce atypically bad results (training may fail). However, the
293
+ effect of varying the \fBseed\fR is minimal if Boltzmann pruning is used.)
294
+
295
+ .TP
296
+ .B niter_max
297
+ .br
298
+ \fBA stopping condition:\fR maximum number of iterations a training run
299
+ will be allowed to use.
300
+
301
+ .TP
302
+ .B nfreq
303
+ .br
304
+ At every nfreq'th iteration during a training run, the \fBerrdel\fR and
305
+ \fBnokdel\fR stopping conditions are checked and a pair of status lines
306
+ is written to the standard error output and to \fBshort_outfile\fR.
307
+
308
+ .TP
309
+ .B nokdel
310
+ .br
311
+ \fBA stopping condition:\fR stop if the number of iterations used so far is
312
+ at least kmin and, for each of the most recent NNOT (defined in
313
+ \fIsrc/lib/mlp/optchk.c\fR) sequences of \fBnfreq\fR iterations, the number
314
+ right and the number right minus number wrong have both failed to increase
315
+ by at least \fBnokdel\fR during the sequence.
316
+
317
+
318
+ .TP
319
+ .B lbfgs_mem
320
+ .br
321
+ This value is used for the m argument of the LBFGS optimizer (if that
322
+ optimizer is used, i.e. only if there is no Boltzmann pruning). This is
323
+ the number of corrections used in the bfgs update. Values less than 3 are
324
+ not recommended; large values will result in excessive computing time, as
325
+ well as increased memory usage. Values in the range 3 through 7 are
326
+ recommended; value must be positive.
327
+
328
+ .PP
329
+ .B Floating-Point Parms
330
+
331
+ .TP
332
+ .B regfac
333
+ .br
334
+ Regularization factor. The error value that a training run attempts
335
+ to minimize, contains a term consisting of regfac times half the average
336
+ of the squares of the network weights. (The use of a regularization
337
+ factor often improves the generalization performance of a neural network,
338
+ by keeping the size of the weights under control.) This parm must always
339
+ be set, even for test runs (since they also compute the error value,
340
+ which always uses \fBregfac\fR); however, its effect can be nullified by
341
+ just setting it to 0.
342
+
343
+ .TP
344
+ .B alpha
345
+ .br
346
+ A parm required by the \fBtype_1\fR error function.
347
+
348
+ .TP
349
+ .B temperature
350
+ .br
351
+ For Boltzmann pruning: see the switch parm \fBboltzmann\fR. A higher
352
+ temperature causes more severe pruning.
353
+
354
+ .TP
355
+ .B egoal
356
+ .br
357
+ \fBA stopping condition:\fR stop when error becomes less than or
358
+ equal to \fBegoal\fR.
359
+
360
+ .TP
361
+ .B gwgoal
362
+ .br
363
+ \fBA stopping condition:\fR stop when | \fBg\fR | / | \fBw\fR | becomes
364
+ less than or equal to \fBgwgoal\fR, where \fBw\fR is the vector of
365
+ network weights and \fBg\fR is the gradient vector of the error with
366
+ respect to \fBw\fR.
367
+
368
+ .TP
369
+ .B errdel
370
+ .br
371
+ \fBA stopping condition:\fR stop if the number of iterations used so far
372
+ is at least kmin and the error has not decreased by at least a
373
+ factor of \fBerrdel\fR over the most recent block of \fBnfreq\fR iterations.
374
+
375
+ .TP
376
+ .B oklvl
377
+ .br
378
+ The value of the highest network output activation produced when the
379
+ network is run on a pattern (the position of this highest activation
380
+ among the output nodes is the hypothetical class) can be thought of as
381
+ a measure of confidence. This confidence value is compared with the
382
+ threshold \fBoklvl\fR, in order to decide whether to classify the
383
+ pattern as belonging to the hypothetical class, or to reject it,
384
+ i.e. to consider its class to be unknown because of insufficient
385
+ confidence that the hypothetical class is the correct class. The
386
+ numbers and percentages of the patterns that \fImlp\fR reports as
387
+ \fIcorrect\fR, \fIwrong\fR, and \fIunknown\fR, are affected by
388
+ \fBoklvl\fR: a high value of \fBoklvl\fR generally increases the number
389
+ of unknowns (a bad thing) but also increases the percentage of the
390
+ accepted patterns that are classified correctly (a good thing). If
391
+ no rejection is desired, set \fBoklvl\fR to 0. (\fIMlp\fR uses the single
392
+ \fBoklvl\fR value specified for a run; but if the switch parm \fBdo_cvr\fR
393
+ is set to \fItrue\fR, then \fImlp\fR also makes a full
394
+ \fIcorrect vs. rejected\fR table for the network (for the
395
+ finished network if a training run). This table shows the (number
396
+ correct) / (number accepted) and (number unknown) / (total number)
397
+ percentages for each of several standard \fBoklvl\fR values.)
398
+
399
+ .TP
400
+ .B trgoff
401
+ .br
402
+ This number sets how mildly the target values for network output
403
+ activations vary between their "low" and "high" values. If \fBtrgoff\fR is
404
+ 0 (least mild, i.e. most extreme, effect), then the low target value
405
+ is 0 and the high, 1; if \fBtrgoff\fR is 1 (most mild effect), then low
406
+ and high targets are both (1 / \fBnouts\fR); if \fBtrgoff\fR has an
407
+ intermediate value between 0 and 1, then the low and high targets
408
+ have intermediately mild values accordingly.
409
+
410
+ .TP
411
+ .B scg_earlystop_pct
412
+ .br
413
+ This is a percentage that controls how soon a hybrid SCG/LBFGS training
414
+ run (hybrid training can be used only if there is to be no
415
+ Boltzmann pruning) switches from SCG to LBFGS. The switch is done the
416
+ first time a check (checking every nfreq'th iteration) of the network
417
+ results finds that every class-subset of the patterns has at least
418
+ \fBscg_earlystop_pct\fR percent of its patterns classified correctly.
419
+ A suggested value for this parm is 60.0.
420
+
421
+ .TP
422
+ .B lbfgs_gtol
423
+ .br
424
+ This value is used for the gtol argument of the LBFGS optimizer. It
425
+ controls the accuracy of the line search routine mcsrch. If the function
426
+ and gradient evaluations are inexpensive with respect to the cost of
427
+ the iteration (which is sometimes the case when solving very large
428
+ problems) it may be advantageous to set \fBlbfgs_gtol\fR to a small
429
+ value. A typical small value is 0.1. \fBLbfgs_gtol\fR must be greater
430
+ than 1.e-04.
431
+
432
+ .PP
433
+ .B Switch Parms
434
+ .PP
435
+ Each of these parms has a small set of allowed values; the value is
436
+ specified as a string, or less verbosely, as a code number (shown
437
+ in parentheses after string form):
438
+
439
+ .TP
440
+ .B train_or_test
441
+ .br
442
+ .RS
443
+ .TP
444
+ .B train \fI0\fR
445
+ .br
446
+ Train a network, i.e. optimize its weights in the sense of minimizing
447
+ an error function, using a training set of patterns.
448
+ .TP
449
+ .B test \fI1\fR
450
+ .br
451
+ Test a network, i.e. read in its weights and other parms from a file,
452
+ run it on a test set of patterns, and measure the quality of the
453
+ resulting performance.
454
+ .RE
455
+
456
+ .TP
457
+ .B purpose
458
+ .br
459
+ Which of two possible kinds of engine the network is to be. This is
460
+ an architecture parm, so it should be left unset for a run that is to
461
+ read a network weights file. The allowed values are:
462
+
463
+ .RS
464
+ .TP
465
+ .B classifier \fI0\fR
466
+ .br
467
+ The network is to be trained to map any feature vector to one of a
468
+ small number of classes. It is to be trained using a set of
469
+ feature vectors and their associated correct classes.
470
+ .TP
471
+ .B fitter \fI1\fR
472
+ .br
473
+ The network is to be trained to approximate an unknown function that
474
+ maps any input real vector to an output real vector. It is to be
475
+ trained using a set of input-vector/output-vector pairs of the
476
+ function. \fBNOTE: this is not currently supported.\fR
477
+ .RE
478
+
479
+ .TP
480
+ .B errfunc
481
+ .br
482
+ Type of error function to use (always with the addition of a
483
+ regularization term, consisting of \fBregfac\fR times half the average
484
+ of the squares of the network weights).
485
+
486
+ .RS
487
+ .TP
488
+ .B mse \fI0\fR
489
+ .br
490
+ Mean-squared-error between output activations and target values, or its
491
+ equivalent computed using classes instead of target vectors. This is the
492
+ recommended error function.
493
+
494
+ .TP
495
+ .B type_1 \fI1\fR
496
+ .br
497
+ Type 1 error function; requires floating-point parm \fBalpha\fR be set.
498
+ (Not recommended.)
499
+
500
+ .TP
501
+ .B pos_sum \fI2\fR
502
+ .br
503
+ Positive sum error function. (Not recommended.)
504
+ .RE
505
+
506
+ .TP
507
+ .B boltzmann
508
+ .br
509
+ Controls whether Boltzmann pruning of network weights is to be done
510
+ and, if so, the type of threshold to use:
511
+
512
+ .RS
513
+ .TP
514
+ .B no_prune \fI0\fR
515
+ .br
516
+ Do no Boltzmann pruning.
517
+
518
+ .TP
519
+ .B abs_prune \fI2\fR
520
+ .br
521
+ Do Boltzmann pruning using threshold exp(- |\fBw\fR| / \fBT\fR), where
522
+ \fBw\fR is a network weight being considered for possible pruning and
523
+ \fBT\fR is the Boltzmann \fBtemperature\fR.
524
+
525
+ .TP
526
+ .B square_prune \fI3\fR
527
+ .br
528
+ Do Boltzmann pruning using threshold exp(- \fBw^2\fR / \fBT\fR), where
529
+ \fBw\fR and \fBT\fR are as above.
530
+ .RE
531
+
532
+ .TP
533
+ .B acfunc_hids, acfunc_outs
534
+ .br
535
+ The types of \fIactivation functions\fR to be used on the hidden nodes and
536
+ on the output nodes (separately settable for each layer). These are
537
+ architecture parms, so they should be left unset for a run that is to
538
+ read a network weights file. The allowed values are:
539
+
540
+ .RS
541
+ .TP
542
+ .B sinusoid \fI0\fR
543
+ .br
544
+ f(x) = 0.5 * (1 + sin(0.5 * x))
545
+ .TP
546
+ .B sigmoid \fI1\fR
547
+ .br
548
+ f(x) = 1 / (1 + exp(-x)) (Also called logistic function.)
549
+ .TP
550
+ .B linear \fI2\fR
551
+ .br
552
+ f(x) = 0.25 * x
553
+ .RE
554
+
555
+ .TP
556
+ .B priors
557
+ .br
558
+ What kind of prior weighting to use to set the final pattern-weights,
559
+ which control the relative amounts of impact the various patterns have
560
+ when doing the computations. These final pattern-weights remain fixed
561
+ for the duration of a training run, but of course they can be changed
562
+ between training runs.
563
+
564
+ .RS
565
+ .TP
566
+ .B allsame \fI0\fR
567
+ .br
568
+ Set each final pattern-weight to (1 / \fBnpats\fR). (The simplest thing
569
+ to do; appropriate if the set of patterns has a natural distribution.)
570
+ .TP
571
+ .B class \fI1\fR
572
+ .br
573
+ Set each final pattern-weight to the class-weight of the class of the
574
+ pattern concerned divided by \fBnpats\fR. The class-weights are derived
575
+ by dividing the given-class-weights, read from the \fBclass_wts_infile\fR,
576
+ by the derived-class-weights, computed for the current data set and
577
+ the normalize them to sum to 1.0. (Appropriate if the frequencies of
578
+ the several classes, in the set of patterns, are not approximately equal
579
+ to the natural frequencies (prior probabilities), so as to compensate for
580
+ that situation.)
581
+ .TP
582
+ .B pattern \fI2\fR
583
+ .br
584
+ Set the final pattern-weights to values read from \fBpattern_wts_infile\fR
585
+ divided by \fBnpats\fR. (Appropriate if none of the other settings of
586
+ priors does satisfactory calculations (one can do whatever calculations
587
+ one desires), or if one wants to dynamically change these weights between
588
+ sessions of training.)
589
+ .TP
590
+ .B both \fI3\fR
591
+ .br
592
+ Set each final pattern-weight to the class-weight of the class of the
593
+ pattern concerned, times the provided pattern-weight, and divided by
594
+ \fBnpats\fR; compute the class-weights as previously described in
595
+ \fBclass priors\fR and read pattern-weights from file
596
+ \fBpattern_wts_infile\fR. (Appropriate if one wants to both adjust
597
+ for unnatural frequencies, and dynamically change the pattern weights.)
598
+ .RE
599
+
600
+ .TP
601
+ .B patsfile_ascii_or_binary
602
+ .br
603
+ Tells mlp which of two supported formats to expect for the patterns file
604
+ that it will read at the start of a run. (If much compute time is being
605
+ spent reading ascii patsfiles, it may be worthwhile to convert them to
606
+ binary format: that causes faster reading, and the binary-format files
607
+ are considerably smaller.)
608
+ .RS
609
+ .TP
610
+ .B ascii \fI0\fR
611
+ .br
612
+ \fBpatterns_infile\fR is in ascii format.
613
+ .TP
614
+ .B binary \fI1\fR
615
+ .br
616
+ \fBpatterns_infile\fR is in binary (FORTRAN-style binary) format.
617
+ .RE
618
+
619
+ .TP
620
+ .B do_confuse
621
+ .br
622
+ .RS
623
+ .TP
624
+ .B true \fI1\fR
625
+ .br
626
+ Compute the confusion matrices and miscellaneous information and include
627
+ them in \fBshort_outfile\fR.
628
+ .TP
629
+ .B false \fI0\fR
630
+ .br
631
+ Do not compute the confusion matrices and miscellaneous information.
632
+ .RE
633
+
634
+ .TP
635
+ .B show_acs_times_1000
636
+ .br
637
+ This parm need be set only if the run is to produce a \fBlong_outfile\fR.
638
+ .RS
639
+ .TP
640
+ .B true \fI1\fR
641
+ .br
642
+ Before recording the network output activations in \fBlong_outfile\fR,
643
+ multiply them by 1000 and round to integers.
644
+ .TP
645
+ .B false \fI0\fR
646
+ .br
647
+ Record the activations as their original floating-point values.
648
+ .RE
649
+
650
+ .TP
651
+ .B do_cvr \fI(See the notes on \fBoklvl\fI.)\fR
652
+ .br
653
+ .RS
654
+ .TP
655
+ .B true \fI1\fR
656
+ .br
657
+ Produce a correct-vs.-rejected table and include it in \fBshort_outfile\fR.
658
+ .TP
659
+ .B false \fI0\fR
660
+ .br
661
+ Do not produce a correct-vs.-rejected table.
662
+ .RE
663
+
664
+ .SH EXAMPLE(S)
665
+ From \fItest/pcasys/execs/mlp/mlp.src\fR:
666
+ .PP
667
+ .RS
668
+ .B % mlp
669
+ .br
670
+ Runs mlp assuming the default specfile ("spec") in the local directory.
671
+ .PP
672
+ .B % mlp myspecfile
673
+ .br
674
+ Runs mlp using the specfile "myspecfile".
675
+ .SH "SEE ALSO"
676
+ fixwts (1B), mlpfeats (1B)
677
+
678
+
679
+ .SH AUTHOR
680
+ NIST/ITL/DIV894/Image Group