Configuring and running FIA
FIA can be configured in two ways, depending on how you want to call the program:
Calling FIA from the command line
To run FIA in stand-alone mode from the command prompt, you must supply data files and a configuration file.
Setting up a configuration file
Calling FIA from code
To call FIA from code, the information required is almost exactly the same as for stand-alone mode. The main differences are
- data must be supplied as in-memory arrays rather than CSV files;
- configuration settings are carried out in code, rather than by assinging values in a configuration file.