Changeset 83
- Timestamp:
- Apr 4, 2006, 8:41:26 AM (15 years ago)
- Location:
- trunk/se/lu/thep/wenni
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/wenni/INSTALL
r71 r83 23 23 examples. You must install Perl on the BASE server if you plan to 24 24 run WeNNI as a plug-in. You do not need Perl if you plan to run 25 WeNNI as a stand alone package (skip 'make check' below and do test26 manually according to the README file).25 WeNNI as a stand alone package (skip 'make check' below and perform 26 tests manually according to the README file). 27 27 28 28 … … 82 82 v) Optionally, run the test program 83 83 84 $ make test84 $ make check 85 85 86 86 vi) BASErs need to copy the binaries to their plug-in directory on the -
trunk/se/lu/thep/wenni/README
r74 r83 209 209 210 210 One file will be created: wenni_imputed.data 211 This file willdiffer slightly from the file generated in211 This file may differ slightly from the file generated in 212 212 example e) above due to limited floating point precision. 213 213 -
trunk/se/lu/thep/wenni/TODO
r75 r83 1 1 $Id$ 2 2 3 wenni_test uses 'diff' to com apare results generated with WeNNI for4 all cases except test for WeNNI with SNR input. In the latter case m3 wenni_test uses 'diff' to compare results generated with WeNNI for 4 all cases except test for WeNNI with SNR input. In the latter case 5 5 numerical check are performed. This should be done for all checks that 6 6 has numerical results. 7 8 Add configure option to compile a stand alone or plug-in WeNNI.
Note: See TracChangeset
for help on using the changeset viewer.