TheAlgorithms-C/da/d2a/group__adaline_gaa52120912e32d2893fe1c6d78da5befd_cgraph.svg

83 lines
4.1 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.50.0 (20211204.2007)
-->
<!-- Title: adaline_fit Pages: 1 -->
<svg width="476pt" height="66pt"
viewBox="0.00 0.00 476.00 66.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 62)">
<title>adaline_fit</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 472,-62 472,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 an array of vectors.">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 61,-38.5 61,-19.5 0,-19.5"/>
<text text-anchor="middle" x="30.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">adaline_fit</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#ga20d3642e0a87f36fdb7bf91b023cd166" target="_top" xlink:title="Update the weights of the model using supervised learning for one feature vector.">
<polygon fill="white" stroke="black" points="109,-38.5 109,-57.5 207,-57.5 207,-38.5 109,-38.5"/>
<text text-anchor="middle" x="158" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">adaline_fit_sample</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="M61.24,-33.5C72.56,-35.22 85.89,-37.23 98.94,-39.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="98.42,-42.67 108.83,-40.71 99.47,-35.75 98.42,-42.67"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../da/d2a/group__adaline.html#gadb1a7acb555ad62daaf3806bf2fed036" target="_top" xlink:title="Operator to print the weights of the model.">
<polygon fill="white" stroke="black" points="97,-0.5 97,-19.5 219,-19.5 219,-0.5 97,-0.5"/>
<text text-anchor="middle" x="158" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">adaline_get_weights_str</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M61.24,-24.5C69.04,-23.32 77.78,-21.99 86.73,-20.64"/>
<polygon fill="midnightblue" stroke="midnightblue" points="87.52,-24.06 96.89,-19.1 86.47,-17.14 87.52,-24.06"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><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="255,-38.5 255,-57.5 337,-57.5 337,-38.5 255,-38.5"/>
<text text-anchor="middle" x="296" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">adaline_predict</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="M207.33,-48C219.5,-48 232.59,-48 244.84,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="244.9,-51.5 254.9,-48 244.9,-44.5 244.9,-51.5"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../da/d2a/group__adaline.html#ga43576566b020c4157d4fb28f0dd45cfa" target="_top" xlink:title="Heaviside activation function">
<polygon fill="white" stroke="black" points="373,-38.5 373,-57.5 468,-57.5 468,-38.5 373,-38.5"/>
<text text-anchor="middle" x="420.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">adaline_activation</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M337.11,-48C345.34,-48 354.14,-48 362.82,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="362.92,-51.5 372.92,-48 362.91,-44.5 362.92,-51.5"/>
</g>
</g>
</svg>