| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <mxfile host="65bd71144e">
- <diagram id="nKO4jLVDNhHVAdHXDorT" name="Page-1">
- <mxGraphModel dx="1632" dy="1951" 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="23" value="训练模型" style="swimlane;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="140" y="-940" width="250" height="690" as="geometry"/>
- </mxCell>
- <mxCell id="25" value="" style="edgeStyle=none;html=1;" edge="1" parent="23" source="22" target="24">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="22" value="加载数据" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="23">
- <mxGeometry x="65" y="80" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="27" value="" style="edgeStyle=none;html=1;" edge="1" parent="23" source="24" target="26">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="24" value="数据清洗" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="23">
- <mxGeometry x="65" y="220" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="29" value="" style="edgeStyle=none;html=1;" edge="1" parent="23" source="26" target="28">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="26" value="训练模型" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="23">
- <mxGeometry x="65" y="360" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="28" value="写入模型" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="23">
- <mxGeometry x="65" y="500" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="30" value="模型监控" style="swimlane;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="500" y="-940" width="420" height="620" as="geometry"/>
- </mxCell>
- <mxCell id="33" value="" style="edgeStyle=none;html=1;" edge="1" parent="30" source="31" target="32">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="31" value="加载数据" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="30">
- <mxGeometry x="40" y="70" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="35" value="" style="edgeStyle=none;html=1;" edge="1" parent="30" source="32" target="34">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="32" value="数据清洗" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="30">
- <mxGeometry x="40" y="210" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="39" value="" style="edgeStyle=none;html=1;" edge="1" parent="30" source="34" target="38">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="34" value="实时预测" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="30">
- <mxGeometry x="40" y="350" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="37" style="edgeStyle=none;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="30" source="36" target="34">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="36" value="加载模型" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="30">
- <mxGeometry x="250" y="350" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="38" value="写入监控" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="30">
- <mxGeometry x="40" y="490" width="120" height="60" as="geometry"/>
- </mxCell>
- </root>
- </mxGraphModel>
- </diagram>
- </mxfile>
|