TheAlgorithms-C/da/d2a/group__adaline_ga20d3642e0a87f36fdb7bf91b023cd166_cgraph.svg

53 lines
2.5 KiB
XML
Raw Normal View History

<?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_fit_sample Pages: 1 -->
<svg width="361pt" height="28pt"
viewBox="0.00 0.00 361.00 28.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 24)">
<title>adaline_fit_sample</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-24 357,-24 357,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Update the weights of the model using supervised learning for one feature vector.">
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 100,-19.5 100,-0.5 0,-0.5"/>
<text text-anchor="middle" x="50" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">adaline_fit_sample</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94" target="_top" xlink:title="predict the output of the model for given set of features">
<polygon fill="white" stroke="black" points="136,-0.5 136,-19.5 220,-19.5 220,-0.5 136,-0.5"/>
<text text-anchor="middle" x="178" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">adaline_predict</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M100.08,-10C108.43,-10 117.12,-10 125.53,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="125.61,-13.5 135.61,-10 125.61,-6.5 125.61,-13.5"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../da/d2a/group__adaline.html#ga43576566b020c4157d4fb28f0dd45cfa" target="_top" xlink:title="Heaviside activation function">
<polygon fill="white" stroke="black" points="256,-0.5 256,-19.5 353,-19.5 353,-0.5 256,-0.5"/>
<text text-anchor="middle" x="304.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">adaline_activation</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M220.11,-10C228.36,-10 237.17,-10 245.86,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="245.96,-13.5 255.96,-10 245.96,-6.5 245.96,-13.5"/>
</g>
</g>
</svg>