2020-07-04 02:15:35 +08:00
<?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">
2021-11-06 02:11:46 +08:00
<!-- Generated by graphviz version 2.49.3 (20211023.0002)
2020-07-04 02:15:35 +08:00
-->
<!-- Title: adaline_fit Pages: 1 -->
2021-10-26 03:34:27 +08:00
<svg width= "483pt" height= "66pt"
viewBox="0.00 0.00 483.00 66.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2020-07-04 02:15:35 +08:00
<g id= "graph0" class= "graph" transform= "scale(1 1) rotate(0) translate(4 62)" >
<title > adaline_fit</title>
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "transparent" points= "-4,4 -4,-62 479,-62 479,4 -4,4" />
2020-07-04 02:15:35 +08:00
<!-- 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." >
2021-10-26 03:34:27 +08:00
<polygon fill= "#bfbfbf" stroke= "black" points= "0,-19.5 0,-38.5 62,-38.5 62,-19.5 0,-19.5" />
<text text-anchor= "middle" x= "31" y= "-26.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_fit</text>
2020-07-04 02:15:35 +08:00
</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." >
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "black" points= "110,-38.5 110,-57.5 210,-57.5 210,-38.5 110,-38.5" />
<text text-anchor= "middle" x= "160" y= "-45.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_fit_sample</text>
2020-07-04 02:15:35 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2021-10-26 03:34:27 +08:00
<path fill= "none" stroke= "midnightblue" d= "M62.1,-33.5C73.44,-35.2 86.76,-37.19 99.84,-39.15" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "99.35,-42.62 109.76,-40.63 100.39,-35.69 99.35,-42.62" />
2020-07-04 02:15:35 +08:00
</g>
<!-- Node5 -->
<g id= "node5" class= "node" >
<title > Node5</title>
2021-10-26 03:34:27 +08:00
<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= "98,-0.5 98,-19.5 222,-19.5 222,-0.5 98,-0.5" />
<text text-anchor= "middle" x= "160" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_get_weights_str</text>
2020-07-04 02:15:35 +08:00
</a>
</g>
</g>
<!-- Node1->Node5 -->
<g id= "edge4" class= "edge" >
<title > Node1- > Node5</title>
2021-10-26 03:34:27 +08:00
<path fill= "none" stroke= "midnightblue" d= "M62.1,-24.5C70.02,-23.31 78.9,-21.98 88,-20.62" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "88.54,-24.08 97.91,-19.14 87.51,-17.16 88.54,-24.08" />
2020-07-04 02:15:35 +08:00
</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" >
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "black" points= "258,-38.5 258,-57.5 342,-57.5 342,-38.5 258,-38.5" />
<text text-anchor= "middle" x= "300" y= "-45.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_predict</text>
2020-07-04 02:15:35 +08:00
</a>
</g>
</g>
<!-- Node2->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node2- > Node3</title>
2021-10-26 03:34:27 +08:00
<path fill= "none" stroke= "midnightblue" d= "M210.04,-48C222.27,-48 235.41,-48 247.74,-48" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "247.87,-51.5 257.87,-48 247.87,-44.5 247.87,-51.5" />
2020-07-04 02:15:35 +08:00
</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" >
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "black" points= "378,-38.5 378,-57.5 475,-57.5 475,-38.5 378,-38.5" />
<text text-anchor= "middle" x= "426.5" y= "-45.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_activation</text>
2020-07-04 02:15:35 +08:00
</a>
</g>
</g>
<!-- Node3->Node4 -->
<g id= "edge3" class= "edge" >
<title > Node3- > Node4</title>
2021-10-26 03:34:27 +08:00
<path fill= "none" stroke= "midnightblue" d= "M342.11,-48C350.36,-48 359.17,-48 367.86,-48" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "367.96,-51.5 377.96,-48 367.96,-44.5 367.96,-51.5" />
2020-07-04 02:15:35 +08:00
</g>
</g>
</svg>