TheAlgorithms-C/da/d2a/group__adaline.svg
2021-10-25 19:34:27 +00:00

38 lines
1.6 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: Adaline learning algorithm Pages: 1 -->
<svg width="318pt" height="27pt"
viewBox="0.00 0.00 318.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>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-23 314,-23 314,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="310,-19 178,-19 178,0 310,0 310,-19"/>
<text text-anchor="middle" x="244" 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="black" points="142,-19 0,-19 0,0 142,0 142,-19"/>
<text text-anchor="middle" x="71" 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="M152.08,-9.5C160.68,-9.5 169.35,-9.5 177.74,-9.5"/>
<polygon fill="black" stroke="black" points="152.05,-6 142.05,-9.5 152.05,-13 152.05,-6"/>
</g>
</g>
</svg>