-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSystemProcess.drawio
46 lines (46 loc) · 3.4 KB
/
SystemProcess.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<mxfile host="65bd71144e">
<diagram id="HKMoVnsV47ZN6oj1n0BE" name="Page-1">
<mxGraphModel dx="1082" dy="755" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="4" style="edgeStyle=none;html=1;shape=flexArrow;" edge="1" parent="1" source="2" target="3">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="2" value="<b>Stream Data generator()&nbsp;<br><br></b>" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="90" y="150" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="6" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fillColor=#008a00;strokeColor=#80FF00;shape=flexArrow;" edge="1" parent="1" source="3" target="5">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="8" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#a20025;strokeColor=#6F0000;shape=flexArrow;" edge="1" parent="1" source="3" target="5">
<mxGeometry relative="1" as="geometry">
<mxPoint x="600" y="180" as="targetPoint"/>
<Array as="points">
<mxPoint x="600" y="180"/>
<mxPoint x="600" y="220"/>
<mxPoint x="600" y="290"/>
<mxPoint x="600" y="350"/>
<mxPoint x="560" y="350"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="3" value="Algorithm = Z-Score" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="360" y="150" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="5" value="" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="300" y="310" width="240" height="120" as="geometry"/>
</mxCell>
<mxCell id="10" value="<b>Data Stream</b>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="230" y="140" width="90" height="30" as="geometry"/>
</mxCell>
<mxCell id="11" value="<b>Anomaly / Outlier</b>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="610" y="230" width="120" height="30" as="geometry"/>
</mxCell>
<mxCell id="12" value="<b>Normal Data</b>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="320" y="230" width="90" height="30" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>