TheAlgorithms-C/da/d2a/group__adaline.svg

62 lines
2.4 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 9.0.0 (20230911.1827)
-->
<!-- Title: Adaline learning algorithm Pages: 1 -->
<svg width="309pt" height="27pt"
viewBox="0.00 0.00 309.25 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<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">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
<title>Adaline learning algorithm</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="301.25,-19.25 173.5,-19.25 173.5,0 301.25,0 301.25,-19.25"/>
<text text-anchor="middle" x="237.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">Adaline learning algorithm</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../d9/d66/group__machine__learning.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="137.5,-19.25 0,-19.25 0,0 137.5,0 137.5,-19.25"/>
<text text-anchor="middle" x="68.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">Machine learning algorithms</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="black" d="M148.96,-9.62C157.11,-9.62 165.3,-9.62 173.23,-9.62"/>
<polygon fill="black" stroke="black" points="149.04,-6.13 139.04,-9.63 149.04,-13.13 149.04,-6.13"/>
</g>
</g>
</svg>
</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>