mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
39 lines
1.7 KiB
XML
39 lines
1.7 KiB
XML
<?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.2 (20211016.1639)
|
|
-->
|
|
<!-- Title: Kohonen SOM trace/chain algorithm Pages: 1 -->
|
|
<svg width="320pt" height="38pt"
|
|
viewBox="0.00 0.00 320.00 38.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 34)">
|
|
<title>Kohonen SOM trace/chain algorithm</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-34 316,-34 316,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="312,-30 178,-30 178,0 312,0 312,-30"/>
|
|
<text text-anchor="start" x="186" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">Kohonen SOM trace/chain</text>
|
|
<text text-anchor="middle" x="245" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00"> algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../d9/d66/group__machine__learning.html" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="142,-24.5 0,-24.5 0,-5.5 142,-5.5 142,-24.5"/>
|
|
<text text-anchor="middle" x="71" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">Machine learning algorithms</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="black" d="M152.67,-15C161.09,-15 169.58,-15 177.81,-15"/>
|
|
<polygon fill="black" stroke="black" points="152.46,-11.5 142.46,-15 152.46,-18.5 152.46,-11.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|