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">
|
2023-05-31 00:33:01 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
2020-07-04 02:15:35 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: Kohonen SOM topology algorithm Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<svg width="301pt" height="39pt"
|
|
|
|
viewBox="0.00 0.00 301.00 38.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2023-06-21 05:10:10 +08:00
|
|
|
|
|
|
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
|
|
|
<style type="text/css"><![CDATA[
|
|
|
|
.node, .edge {opacity: 0.7;}
|
|
|
|
.node.selected, .edge.selected {opacity: 1;}
|
|
|
|
.edge:hover path { stroke: red; }
|
|
|
|
.edge:hover polygon { stroke: red; fill: red; }
|
|
|
|
]]></style>
|
|
|
|
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
|
|
|
<svg id="graph" class="graph">
|
2023-04-28 03:43:13 +08:00
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 34.5)">
|
2020-07-04 02:15:35 +08:00
|
|
|
<title>Kohonen SOM topology algorithm</title>
|
|
|
|
<!-- Node1 -->
|
2023-06-21 05:10:10 +08:00
|
|
|
<g id="Node000001" class="node">
|
2020-07-04 02:15:35 +08:00
|
|
|
<title>Node1</title>
|
2023-06-21 05:10:10 +08:00
|
|
|
<g id="a_Node000001"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="293,-30.5 173.5,-30.5 173.5,0 293,0 293,-30.5"/>
|
|
|
|
<text text-anchor="start" x="181.5" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">Kohonen SOM topology</text>
|
|
|
|
<text text-anchor="middle" x="233.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00"> algorithm</text>
|
2020-07-04 02:15:35 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
2023-06-21 05:10:10 +08:00
|
|
|
<g id="Node000002" class="node">
|
2020-07-04 02:15:35 +08:00
|
|
|
<title>Node2</title>
|
2023-06-21 05:10:10 +08:00
|
|
|
<g id="a_Node000002"><a xlink:href="../../d9/d66/group__machine__learning.html" target="_top" xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="white" stroke="#666666" points="137.5,-24.88 0,-24.88 0,-5.63 137.5,-5.63 137.5,-24.88"/>
|
|
|
|
<text text-anchor="middle" x="68.75" y="-11.38" 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>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="black" d="M148.53,-15.25C156.79,-15.25 165.08,-15.25 173.07,-15.25"/>
|
|
|
|
<polygon fill="black" stroke="black" points="148.72,-11.75 138.72,-15.25 148.72,-18.75 148.72,-11.75"/>
|
2020-07-04 02:15:35 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|
2023-06-21 05:10:10 +08:00
|
|
|
</svg>
|
|
|
|
|
|
|
|
<style type='text/css'>
|
|
|
|
<![CDATA[
|
|
|
|
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
|
|
|
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
|
|
|
]]>
|
|
|
|
</style>
|
|
|
|
<script type="application/ecmascript"><![CDATA[
|
|
|
|
document.addEventListener('DOMContentLoaded', (event) => {
|
|
|
|
highlightEdges();
|
|
|
|
highlightAdjacentNodes();
|
|
|
|
});
|
|
|
|
]]></script>
|
|
|
|
</svg>
|