框架.drawio 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <mxfile host="65bd71144e">
  2. <diagram id="nKO4jLVDNhHVAdHXDorT" name="Page-1">
  3. <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">
  4. <root>
  5. <mxCell id="0"/>
  6. <mxCell id="1" parent="0"/>
  7. <mxCell id="23" value="训练模型" style="swimlane;whiteSpace=wrap;html=1;" vertex="1" parent="1">
  8. <mxGeometry x="140" y="-940" width="250" height="690" as="geometry"/>
  9. </mxCell>
  10. <mxCell id="25" value="" style="edgeStyle=none;html=1;" edge="1" parent="23" source="22" target="24">
  11. <mxGeometry relative="1" as="geometry"/>
  12. </mxCell>
  13. <mxCell id="22" value="加载数据" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="23">
  14. <mxGeometry x="65" y="80" width="120" height="60" as="geometry"/>
  15. </mxCell>
  16. <mxCell id="27" value="" style="edgeStyle=none;html=1;" edge="1" parent="23" source="24" target="26">
  17. <mxGeometry relative="1" as="geometry"/>
  18. </mxCell>
  19. <mxCell id="24" value="数据清洗" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="23">
  20. <mxGeometry x="65" y="220" width="120" height="60" as="geometry"/>
  21. </mxCell>
  22. <mxCell id="29" value="" style="edgeStyle=none;html=1;" edge="1" parent="23" source="26" target="28">
  23. <mxGeometry relative="1" as="geometry"/>
  24. </mxCell>
  25. <mxCell id="26" value="训练模型" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="23">
  26. <mxGeometry x="65" y="360" width="120" height="60" as="geometry"/>
  27. </mxCell>
  28. <mxCell id="28" value="写入模型" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="23">
  29. <mxGeometry x="65" y="500" width="120" height="60" as="geometry"/>
  30. </mxCell>
  31. <mxCell id="30" value="模型监控" style="swimlane;whiteSpace=wrap;html=1;" vertex="1" parent="1">
  32. <mxGeometry x="500" y="-940" width="420" height="620" as="geometry"/>
  33. </mxCell>
  34. <mxCell id="33" value="" style="edgeStyle=none;html=1;" edge="1" parent="30" source="31" target="32">
  35. <mxGeometry relative="1" as="geometry"/>
  36. </mxCell>
  37. <mxCell id="31" value="加载数据" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="30">
  38. <mxGeometry x="40" y="70" width="120" height="60" as="geometry"/>
  39. </mxCell>
  40. <mxCell id="35" value="" style="edgeStyle=none;html=1;" edge="1" parent="30" source="32" target="34">
  41. <mxGeometry relative="1" as="geometry"/>
  42. </mxCell>
  43. <mxCell id="32" value="数据清洗" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="30">
  44. <mxGeometry x="40" y="210" width="120" height="60" as="geometry"/>
  45. </mxCell>
  46. <mxCell id="39" value="" style="edgeStyle=none;html=1;" edge="1" parent="30" source="34" target="38">
  47. <mxGeometry relative="1" as="geometry"/>
  48. </mxCell>
  49. <mxCell id="34" value="实时预测" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="30">
  50. <mxGeometry x="40" y="350" width="120" height="60" as="geometry"/>
  51. </mxCell>
  52. <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">
  53. <mxGeometry relative="1" as="geometry"/>
  54. </mxCell>
  55. <mxCell id="36" value="加载模型" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="30">
  56. <mxGeometry x="250" y="350" width="120" height="60" as="geometry"/>
  57. </mxCell>
  58. <mxCell id="38" value="写入监控" style="whiteSpace=wrap;html=1;rounded=0;" vertex="1" parent="30">
  59. <mxGeometry x="40" y="490" width="120" height="60" as="geometry"/>
  60. </mxCell>
  61. </root>
  62. </mxGraphModel>
  63. </diagram>
  64. </mxfile>