|
123456789101112 |
- The "MissingNodes_SrcCode2014" folder is the source code of SAMI paper which has seen some minor changes
- from the original received version.
-
- **Running the project**
- For running the source code you must use a command like "RunExpSrv8s('0','0','1')" where first parameter shows start of iteration,
- second parameter shows end of iteration and last param is an arbitrary number.
-
- **Input**
- You must place all input files in a folder named "in" in root directory of project.
-
- **Calcuating MAE**
- For calculating the MEA you must first run the project to get the output then run the python code named "calc_mae.py"
|