TheAlgorithms-C/da/d2a/group__adaline.svg
2022-12-01 21:03:09 +00:00

37 lines
1.5 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 7.0.2 (20221119.0110)
-->
<!-- Title: Adaline learning algorithm Pages: 1 -->
<svg width="310pt" height="27pt"
viewBox="0.00 0.00 310.00 27.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 23)">
<title>Adaline learning algorithm</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="302,-19 174,-19 174,0 302,0 302,-19"/>
<text text-anchor="middle" x="238" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">Adaline learning 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="#666666" points="138,-19 0,-19 0,0 138,0 138,-19"/>
<text text-anchor="middle" x="69" y="-7" 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="M149.67,-9.5C157.67,-9.5 165.73,-9.5 173.54,-9.5"/>
<polygon fill="black" stroke="black" points="149.92,-6 139.92,-9.5 149.92,-13 149.92,-6"/>
</g>
</g>
</svg>