TheAlgorithms-C/d8/d71/group__k__means_gaf6259432561e794dea0e060f482d15e2_cgraph.svg

52 lines
2.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
-->
<!-- Title: kMeans Pages: 1 -->
<svg width="187pt" height="64pt"
viewBox="0.00 0.00 187.00 64.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60)">
<title>kMeans</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="51,-37 0,-37 0,-18 51,-18 51,-37"/>
<text text-anchor="middle" x="25.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">kMeans</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d8/d71/group__k__means.html#gadee39a3f17bf5144df5592e48dbfc9f7" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="179,-56 87,-56 87,-37 179,-37 179,-56"/>
<text text-anchor="middle" x="133" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">calculateCentroid</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M51.24,-31.95C58.6,-33.28 67,-34.79 75.53,-36.33"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.78,-39.75 85.24,-38.08 76.02,-32.86 74.78,-39.75"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d8/d71/group__k__means.html#gad339c41d3ee9e6729aca9e9ab3f7d2d9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="175.5,-19 90.5,-19 90.5,0 175.5,0 175.5,-19"/>
<text text-anchor="middle" x="133" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">calculateNearst</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M51.24,-23.28C59.55,-21.86 69.18,-20.22 78.82,-18.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.32,-22.04 88.59,-16.91 78.14,-15.14 79.32,-22.04"/>
</g>
</g>
</svg>