After running the programmings, you can get the output in the file directory that you set in the config. For each instance, you can get the total score and score of each univariate time series.
All the results are in the folder `{config.result_dir}/`, with trained model in `{config.result_dir}/DOMI_{noExp}.model`, the output and config of DOMI in the folder `{config.result_dir}/DOMI_{noExp}/`,
and the detailed detection results are in the folder `DOMI_{noExp}/result_summay/`. It's made up by the following parts:
*`OutlierScores_metric.txt`: score of each univariate time series for instance in the testing dataset.
*`OutlierScores.txt`: score for each instance in the testing dataset.
*`MetricResult.txt`: interpretation using the univariate time series of machine instances.
*`PRF.txt`: summary of the overall statistics, including expected score of each metric and F1-score, recall, precision.