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-10-26 03:34:27 +08:00
<!-- Generated by graphviz version 2.49.2 (20211016.1639)
2020-07-04 02:15:35 +08:00
-->
<!-- Title: adaline_fit_sample Pages: 1 -->
2021-10-26 03:34:27 +08:00
<svg width= "361pt" height= "28pt"
viewBox="0.00 0.00 361.00 28.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 24)" >
<title > adaline_fit_sample</title>
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "transparent" points= "-4,4 -4,-24 357,-24 357,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 one feature vector." >
2021-10-26 03:34:27 +08:00
<polygon fill= "#bfbfbf" stroke= "black" points= "0,-0.5 0,-19.5 100,-19.5 100,-0.5 0,-0.5" />
<text text-anchor= "middle" x= "50" y= "-7.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>
<!-- Node2 -->
<g id= "node2" class= "node" >
<title > Node2</title>
<g id= "a_node2" > <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= "136,-0.5 136,-19.5 220,-19.5 220,-0.5 136,-0.5" />
<text text-anchor= "middle" x= "178" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_predict</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= "M100.08,-10C108.43,-10 117.12,-10 125.53,-10" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "125.61,-13.5 135.61,-10 125.61,-6.5 125.61,-13.5" />
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#ga43576566b020c4157d4fb28f0dd45cfa" target= "_top" xlink:title= "Heaviside activation function" >
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "black" points= "256,-0.5 256,-19.5 353,-19.5 353,-0.5 256,-0.5" />
<text text-anchor= "middle" x= "304.5" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_activation</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= "M220.11,-10C228.36,-10 237.17,-10 245.86,-10" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "245.96,-13.5 255.96,-10 245.96,-6.5 245.96,-13.5" />
2020-07-04 02:15:35 +08:00
</g>
</g>
</svg>