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">
2023-05-13 02:30:22 +08:00
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
2020-07-04 02:15:35 +08:00
-->
<!-- Title: adaline_fit Pages: 1 -->
2023-04-28 03:43:13 +08:00
<svg width= "473pt" height= "64pt"
viewBox="0.00 0.00 472.50 64.25" 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.25)" >
2020-07-04 02:15:35 +08:00
<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." >
2023-04-28 03:43:13 +08:00
<polygon fill= "#999999" stroke= "#666666" points= "60.25,-37.25 0,-37.25 0,-18 60.25,-18 60.25,-37.25" />
<text text-anchor= "middle" x= "30.12" y= "-23.75" 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." >
2023-04-28 03:43:13 +08:00
<polygon fill= "white" stroke= "#666666" points= "205.25,-56.25 108.25,-56.25 108.25,-37 205.25,-37 205.25,-56.25" />
<text text-anchor= "middle" x= "156.75" y= "-42.75" 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>
2023-04-28 03:43:13 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M60.66,-32.13C71.68,-33.81 84.62,-35.78 97.33,-37.72" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "96.5,-41.29 106.92,-39.33 97.56,-34.37 96.5,-41.29" />
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." >
2023-04-28 03:43:13 +08:00
<polygon fill= "white" stroke= "#666666" points= "217.25,-19.25 96.25,-19.25 96.25,0 217.25,0 217.25,-19.25" />
<text text-anchor= "middle" x= "156.75" y= "-5.75" 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>
2023-04-28 03:43:13 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M60.66,-23.36C68.23,-22.27 76.71,-21.04 85.4,-19.79" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "85.66,-23.14 95.06,-18.25 84.66,-16.21 85.66,-23.14" />
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" >
2023-04-28 03:43:13 +08:00
<polygon fill= "white" stroke= "#666666" points= "334.5,-56.25 253.25,-56.25 253.25,-37 334.5,-37 334.5,-56.25" />
<text text-anchor= "middle" x= "293.88" y= "-42.75" 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>
2023-04-28 03:43:13 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M205.39,-46.62C217.26,-46.62 230.03,-46.62 242.04,-46.62" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "241.82,-50.13 251.82,-46.62 241.82,-43.13 241.82,-50.13" />
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" >
2023-04-28 03:43:13 +08:00
<polygon fill= "white" stroke= "#666666" points= "464.5,-56.25 370.5,-56.25 370.5,-37 464.5,-37 464.5,-56.25" />
<text text-anchor= "middle" x= "417.5" y= "-42.75" 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>
2023-04-28 03:43:13 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M334.7,-46.62C342.6,-46.62 351.04,-46.62 359.38,-46.62" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "359.25,-50.13 369.25,-46.62 359.25,-43.13 359.25,-50.13" />
2020-07-04 02:15:35 +08:00
</g>
</g>
</svg>