Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahraToosinezad authored Aug 13, 2020
1 parent e59054c commit 7efcc86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ You can use the available data set x. Where Each row indicates one case-level ev

###### System-level events detection

By applying source code System-Level Event Detection on the detected segment-level events you can detect the system-level events. We detect two types of system-level events and we call them Blockage and High load.
By applying source code System-Level Event Detection on the detected segment-level events (events should be sorted by time) you can detect the system-level events. We detect two types of system-level events and we call them Blockage and High load.

###### Relation detection

We detect the related system-level events by considering temporal and spatial dimensions conditions. By applying source code System-Level Events Relation Detection on the detected system-level events you can detect the related system-level events.

###### Cascade detection
You can change the temporal and spatial conditions to the condition you want.

###### Cascade detection

Detected related system-level events are the input for this step of word and source code ....

###### Subgraph mining

For detecting frequent subgraphs we use TKG, which is a subgraph mining algorithm implemented by SPMF.

0 comments on commit 7efcc86

Please sign in to comment.