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-09-28 02:38:24 +08:00
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
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">
2023-06-21 05:10:10 +08:00
<svg id= "main" version= "1.1" xmlns= "http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink" xml:space= "preserve" onload= "init(evt)" >
<style type= "text/css" > < ![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type= "application/ecmascript" xlink:href= "../../svg.min.js" />
<svg id= "graph" class= "graph" >
2023-04-28 03:43:13 +08:00
<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 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000001" class= "node" >
2020-07-04 02:15:35 +08:00
<title > Node1</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000001" > <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 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000002" class= "node" >
2020-07-04 02:15:35 +08:00
<title > Node2</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000002" > <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 -->
2023-06-21 05:10:10 +08:00
<g id= "edge1_Node000001_Node000002" class= "edge" >
2020-07-04 02:15:35 +08:00
<title > Node1- > Node2</title>
2023-06-21 05:10:10 +08:00
<g id= "a_edge1_Node000001_Node000002" > <a xlink:title= " " >
2023-09-28 02:38:24 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M60.66,-32.13C71.46,-33.77 84.1,-35.7 96.57,-37.6" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "96.01,-41.06 106.42,-39.1 97.06,-34.14 96.01,-41.06" />
2023-06-21 05:10:10 +08:00
</a>
</g>
2020-07-04 02:15:35 +08:00
</g>
<!-- Node5 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000005" class= "node" >
2020-07-04 02:15:35 +08:00
<title > Node5</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000005" > <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 -->
2023-06-21 05:10:10 +08:00
<g id= "edge4_Node000001_Node000005" class= "edge" >
2020-07-04 02:15:35 +08:00
<title > Node1- > Node5</title>
2023-06-21 05:10:10 +08:00
<g id= "a_edge4_Node000001_Node000005" > <a xlink:title= " " >
2023-09-28 02:38:24 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M60.66,-23.36C68.07,-22.29 76.34,-21.09 84.83,-19.87" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "85.16,-23.36 94.56,-18.46 84.16,-16.43 85.16,-23.36" />
2023-06-21 05:10:10 +08:00
</a>
</g>
2020-07-04 02:15:35 +08:00
</g>
<!-- Node3 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000003" class= "node" >
2020-07-04 02:15:35 +08:00
<title > Node3</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000003" > <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 -->
2023-06-21 05:10:10 +08:00
<g id= "edge2_Node000002_Node000003" class= "edge" >
2020-07-04 02:15:35 +08:00
<title > Node2- > Node3</title>
2023-06-21 05:10:10 +08:00
<g id= "a_edge2_Node000002_Node000003" > <a xlink:title= " " >
2023-09-28 02:38:24 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M205.39,-46.62C217.02,-46.62 229.51,-46.62 241.3,-46.62" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "241.3,-50.13 251.3,-46.63 241.3,-43.13 241.3,-50.13" />
2023-06-21 05:10:10 +08:00
</a>
</g>
2020-07-04 02:15:35 +08:00
</g>
<!-- Node4 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000004" class= "node" >
2020-07-04 02:15:35 +08:00
<title > Node4</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000004" > <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 -->
2023-06-21 05:10:10 +08:00
<g id= "edge3_Node000003_Node000004" class= "edge" >
2020-07-04 02:15:35 +08:00
<title > Node3- > Node4</title>
2023-06-21 05:10:10 +08:00
<g id= "a_edge3_Node000003_Node000004" > <a xlink:title= " " >
2023-09-28 02:38:24 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M334.7,-46.62C342.42,-46.62 350.66,-46.62 358.82,-46.62" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "358.73,-50.13 368.73,-46.63 358.73,-43.13 358.73,-50.13" />
2023-06-21 05:10:10 +08:00
</a>
</g>
2020-07-04 02:15:35 +08:00
</g>
</g>
</svg>
2023-06-21 05:10:10 +08:00
</svg>
<style type= 'text/css' >
< ![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type= "application/ecmascript" > < ![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>