Evaluate NeurEco Parametric Frequency Sweep model with the command line interface#

To perform an evaluation, run the following command in the terminal:

neurecoFNN evaluate path/to/evaluation/configuration/file/eval.conf

The skeleton of evaluation file eval.conf looks as follows:

1 {
2 "neurecoFNN_evaluate": {
3     "input_filenames": [],
4     "neureco_filename": "",
5     "write_model_output_to_directory": ""
6 }
7 }

Its fields should be filled accordingly.

The available evaluation parameters in the configuration file are described in the following table.
NeurEco Parametric Frequency Sweep evaluation parameters in .conf#

Name

type

description

input_filenames

list of strings

the path of the files containing the input data on which the model will be applied. The accepted formats are: csv or npy and mat.

write_model_output_to_directory

string

the path where the NeurEco outputs will be saved.

neureco_filename

string

the path of the NeurEco frequential model.