2020-07-04 02:15:35 +08:00
|
|
|
<?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">
|
2022-06-08 02:13:03 +08:00
|
|
|
<!-- Generated by graphviz version 3.0.0 (20220226.1711)
|
2020-07-04 02:15:35 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: Kohonen SOM topology algorithm Pages: 1 -->
|
2021-12-10 01:57:52 +08:00
|
|
|
<svg width="302pt" height="38pt"
|
|
|
|
viewBox="0.00 0.00 302.00 38.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2020-07-04 02:15:35 +08:00
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 34)">
|
|
|
|
<title>Kohonen SOM topology algorithm</title>
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-34 298,-34 298,4 -4,4"/>
|
2020-07-04 02:15:35 +08:00
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title=" ">
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="#bfbfbf" stroke="black" points="294,-30 174,-30 174,0 294,0 294,-30"/>
|
|
|
|
<text text-anchor="start" x="182" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">Kohonen SOM topology</text>
|
|
|
|
<text text-anchor="middle" x="234" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00"> algorithm</text>
|
2020-07-04 02:15:35 +08:00
|
|
|
</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=" ">
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="white" stroke="black" points="138,-24.5 0,-24.5 0,-5.5 138,-5.5 138,-24.5"/>
|
|
|
|
<text text-anchor="middle" x="69" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">Machine learning algorithms</text>
|
2020-07-04 02:15:35 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2->Node1 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node2->Node1</title>
|
2021-12-10 01:57:52 +08:00
|
|
|
<path fill="none" stroke="black" d="M148.26,-15C156.89,-15 165.56,-15 173.89,-15"/>
|
|
|
|
<polygon fill="black" stroke="black" points="148.18,-11.5 138.18,-15 148.18,-18.5 148.18,-11.5"/>
|
2020-07-04 02:15:35 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|