Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/ade-core/com.h2database-h…
Browse files Browse the repository at this point in the history
…2-2.1.210
  • Loading branch information
jmertic committed Feb 14, 2023
2 parents eb72c03 + 3dd9e04 commit b5607ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interval of the observed data. The report summary contains various calculated me
anomaly score for each interval. Greater anomaly score means that there's a higher chance of the
corresponding interval containing anomalous logs, thus causing unwanted behavior. This makes it
easier to realize the source of the problem, since we now know the time interval during which unexpected
behavior was reported in the system. The task of going throught hours of logs messages has been
behavior was reported in the system. The task of going through hours of logs messages has been
narrowed down to analysis of analysing just the flagged intervals, since the model is sure that
these have reported unusual messages. In additional, for each interval in the data, ADE produces
a summary of each message seen during the interval. This directly points to the exact message
Expand Down Expand Up @@ -141,7 +141,7 @@ provides various commands to invoke relevant functionalities.
- `query "SQL statement"`: Perform the SQL query on the database
- `dml "SQL statement"`: Issue the SQL statement

- `upload`: Uplooads the directory or compressed file to the database. Intenally, it carries out
- `upload`: Uploads the directory or compressed file to the database. Intenally, it carries out
all the logs parsing and preprocessing operations.

- `verify`: Used to verify if the amount of data is sufficient to train the model groups.
Expand Down Expand Up @@ -180,4 +180,4 @@ quality data to train and test the system.

ADE has been supported by the Open Mainframe Project.

# References
# References

0 comments on commit b5607ab

Please sign in to comment.