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.44.1 (20200629.0846)
-->
<!-- Title: adaline_fit_sample Pages: 1 -->
<svg width="355pt" height="28pt"
viewBox="0.00 0.00 355.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 351,-24 351,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 98,-19.5 98,-0.5 0,-0.5"/>
<text text-anchor="middle" x="49" 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="134,-0.5 134,-19.5 216,-19.5 216,-0.5 134,-0.5"/>
<text text-anchor="middle" x="175" 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="M98.3,-10C106.61,-10 115.27,-10 123.64,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="123.66,-13.5 133.66,-10 123.66,-6.5 123.66,-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="252,-0.5 252,-19.5 347,-19.5 347,-0.5 252,-0.5"/>
<text text-anchor="middle" x="299.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="M216.11,-10C224.34,-10 233.14,-10 241.82,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="241.92,-13.5 251.92,-10 241.91,-6.5 241.92,-13.5"/>
</g>
</g>
</svg>