You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 610B

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