TheAlgorithms-C/da/d2a/group__adaline_gaa52120912e32d2893fe1c6d78da5befd_cgraph.svg

82 lines
3.9 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 7.0.0 (20221023.0053)
-->
<!-- Title: adaline_fit Pages: 1 -->
<svg width="476pt" height="64pt"
viewBox="0.00 0.00 476.00 64.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 60)">
<title>adaline_fit</title>
<!-- 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="#999999" stroke="#666666" points="61,-37 0,-37 0,-18 61,-18 61,-37"/>
<text text-anchor="middle" x="30.5" y="-25" 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="#666666" points="207,-56 109,-56 109,-37 207,-37 207,-56"/>
<text text-anchor="middle" x="158" y="-44" 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="#63b8ff" d="M61.24,-32C72.23,-33.67 85.11,-35.62 97.79,-37.54"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="96.92,-40.94 107.34,-38.98 97.97,-34.02 96.92,-40.94"/>
</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="#666666" points="219,-19 97,-19 97,0 219,0 219,-19"/>
<text text-anchor="middle" x="158" y="-7" 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="#63b8ff" d="M61.24,-23.23C68.65,-22.17 76.92,-20.99 85.4,-19.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.74,-23.26 95.14,-18.37 84.74,-16.33 85.74,-23.26"/>
</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="#666666" points="337,-56 255,-56 255,-37 337,-37 337,-56"/>
<text text-anchor="middle" x="296" y="-44" 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="#63b8ff" d="M207.33,-46.5C219.13,-46.5 231.8,-46.5 243.74,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="243.39,-50 253.39,-46.5 243.39,-43 243.39,-50"/>
</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="#666666" points="468,-56 373,-56 373,-37 468,-37 468,-56"/>
<text text-anchor="middle" x="420.5" y="-44" 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="#63b8ff" d="M337.45,-46.5C345.12,-46.5 353.29,-46.5 361.39,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="361.21,-50 371.21,-46.5 361.21,-43 361.21,-50"/>
</g>
</g>
</svg>