TheAlgorithms-C/dd/d8c/adaline__learning_8c_a355fda53c238a0c0c07f03dcc021caed_cgraph.svg

83 lines
4.0 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.0 (20200408.0750)
-->
<!-- Title: fit Pages: 1 -->
<svg width="336pt" height="66pt"
viewBox="0.00 0.00 336.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>fit</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 332,-62 332,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 29,-38.5 29,-19.5 0,-19.5"/>
<text text-anchor="middle" x="14.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">fit</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../dd/d8c/adaline__learning_8c.html#afa953e811eaae199d121a7ddb619d604" target="_top" xlink:title="Update the weights of the model using supervised learning for one feature vector.">
<polygon fill="white" stroke="black" points="77,-38.5 77,-57.5 139,-57.5 139,-38.5 77,-38.5"/>
<text text-anchor="middle" x="108" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">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="M29,-31.8C38.98,-33.88 53.13,-36.81 66.65,-39.62"/>
<polygon fill="midnightblue" stroke="midnightblue" points="66.28,-43.12 76.78,-41.72 67.7,-36.26 66.28,-43.12"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../dd/d8c/adaline__learning_8c.html#a00dc6134ca22a12e0fd9cac54d601c2d" target="_top" xlink:title="Operator to print the weights of the model.">
<polygon fill="white" stroke="black" points="65,-0.5 65,-19.5 151,-19.5 151,-0.5 65,-0.5"/>
<text text-anchor="middle" x="108" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">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="M29,-26.2C36.09,-24.73 45.27,-22.82 54.83,-20.83"/>
<polygon fill="midnightblue" stroke="midnightblue" points="55.79,-24.21 64.87,-18.75 54.36,-17.36 55.79,-24.21"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../dd/d8c/adaline__learning_8c.html#a4db1ba00a7f282100ea31a94e32bd7a3" target="_top" xlink:title="predict the output of the model for given set of features">
<polygon fill="white" stroke="black" points="187,-38.5 187,-57.5 233,-57.5 233,-38.5 187,-38.5"/>
<text text-anchor="middle" x="210" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">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="M139,-48C150.93,-48 164.67,-48 176.8,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="176.97,-51.5 186.97,-48 176.97,-44.5 176.97,-51.5"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../dd/d8c/adaline__learning_8c.html#a7b12b6513314c975303b5a698608322f" target="_top" xlink:title="Heaviside activation function">
<polygon fill="white" stroke="black" points="269,-38.5 269,-57.5 328,-57.5 328,-38.5 269,-38.5"/>
<text text-anchor="middle" x="298.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">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="M233.28,-48C241.05,-48 250.01,-48 258.73,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="258.76,-51.5 268.76,-48 258.76,-44.5 258.76,-51.5"/>
</g>
</g>
</svg>