TheAlgorithms-C/d8/d71/group__k__means_gad229b1dc406cb5ea510f26a373ed8bfd_cgraph.svg

53 lines
2.3 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 2.46.1 (20210213.1702)
-->
<!-- Title: kMeans Pages: 1 -->
<svg width="187pt" height="66pt"
viewBox="0.00 0.00 187.00 66.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 62)">
<title>kMeans</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 183,-62 183,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 51,-38.5 51,-19.5 0,-19.5"/>
<text text-anchor="middle" x="25.5" y="-26.5" 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="black" points="87,-38.5 87,-57.5 179,-57.5 179,-38.5 87,-38.5"/>
<text text-anchor="middle" x="133" y="-45.5" 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="midnightblue" d="M51.24,-33.45C58.93,-34.84 67.76,-36.43 76.68,-38.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="76.27,-41.52 86.73,-39.85 77.51,-34.63 76.27,-41.52"/>
</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="black" points="90.5,-0.5 90.5,-19.5 175.5,-19.5 175.5,-0.5 90.5,-0.5"/>
<text text-anchor="middle" x="133" y="-7.5" 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="midnightblue" d="M51.24,-24.55C60.01,-22.97 70.23,-21.12 80.4,-19.29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="81.27,-22.69 90.49,-17.48 80.03,-15.8 81.27,-22.69"/>
</g>
</g>
</svg>