TheAlgorithms-C/d8/d71/group__k__means_gaf6259432561e794dea0e060f482d15e2_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.49.3 (20211023.0002)
-->
<!-- Title: kMeans Pages: 1 -->
<svg width="190pt" height="66pt"
viewBox="0.00 0.00 190.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 186,-62 186,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 52,-38.5 52,-19.5 0,-19.5"/>
<text text-anchor="middle" x="26" 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="88,-38.5 88,-57.5 182,-57.5 182,-38.5 88,-38.5"/>
<text text-anchor="middle" x="135" 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="M52.09,-33.45C59.81,-34.83 68.64,-36.39 77.58,-37.98"/>
<polygon fill="midnightblue" stroke="midnightblue" points="77.21,-41.47 87.66,-39.77 78.43,-34.58 77.21,-41.47"/>
</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="92.5,-0.5 92.5,-19.5 177.5,-19.5 177.5,-0.5 92.5,-0.5"/>
<text text-anchor="middle" x="135" 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="M52.09,-24.55C61.17,-22.93 71.79,-21.05 82.31,-19.18"/>
<polygon fill="midnightblue" stroke="midnightblue" points="83.09,-22.6 92.32,-17.4 81.87,-15.7 83.09,-22.6"/>
</g>
</g>
</svg>