2020-06-28 18:07:29 +03: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-01-21 00:44:50 +03:00
<!-- Generated by graphviz version 7.0.6 (20230106.0513)
2020-06-28 18:07:29 +03:00
-->
<!-- Title: test3 Pages: 1 -->
2022-09-08 03:17:03 +03:00
<!-- zoomable 178 -->
2020-07-03 21:15:35 +03: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[
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type= "text/javascript" > < ![CDATA[
var edges = document.getElementsByTagName('g');
if (edges & & edges.length) {
for (var i=0;i<edges.length ; i + + ) {
if (edges[i].id.substr(0,4)=='edge') {
edges[i].setAttribute('class','edge');
}
}
}
]]></script>
<defs >
<circle id= "rim" cx= "0" cy= "0" r= "7" />
<circle id= "rim2" cx= "0" cy= "0" r= "3.5" />
<g id= "zoomPlus" >
<use xlink:href= "#rim" fill= "#404040" >
<set attributeName= "fill" to= "#808080" begin= "zoomplus.mouseover" end= "zoomplus.mouseout" />
</use>
<path d= "M-4,0h8M0,-4v8" fill= "none" stroke= "white" stroke-width= "1.5" pointer-events= "none" />
</g>
<g id= "zoomMin" >
<use xlink:href= "#rim" fill= "#404040" >
<set attributeName= "fill" to= "#808080" begin= "zoomminus.mouseover" end= "zoomminus.mouseout" />
</use>
<path d= "M-4,0h8" fill= "none" stroke= "white" stroke-width= "1.5" pointer-events= "none" />
</g>
<g id= "dirArrow" >
<path fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "resetDef" >
<use xlink:href= "#rim2" fill= "#404040" >
<set attributeName= "fill" to= "#808080" begin= "reset.mouseover" end= "reset.mouseout" />
</use>
</g>
</defs>
<script type= "text/javascript" >
2021-12-09 20:57:52 +03:00
var viewWidth = 568;
2022-09-08 03:17:03 +03:00
var viewHeight = 178;
2021-10-25 22:34:27 +03:00
var sectionId = 'dynsection-4';
2020-07-03 21:15:35 +03:00
</script>
<script xlink:href= "../../svgpan.js" />
<svg id= "graph" class= "graph" >
<g id= "viewport" >
2020-06-28 18:07:29 +03:00
<title > test3</title>
<!-- Node1 -->
<g id= "node1" class= "node" >
<title > Node1</title>
2020-06-28 23:40:24 +03:00
<g id= "a_node1" > <a xlink:title= "test function to predict points in a 3D coordinate system lying within the sphere of radius 1 and cen..." >
2022-09-08 03:17:03 +03:00
<polygon fill= "#999999" stroke= "#666666" points= "38,-94 0,-94 0,-75 38,-75 38,-94" />
<text text-anchor= "middle" x= "19" y= "-82" font-family= "Helvetica,sans-Serif" font-size= "10.00" > test3</text>
2020-06-28 18:07:29 +03:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "node2" class= "node" >
<title > Node2</title>
2020-07-03 21:15:35 +03:00
<g id= "a_node2" > <a xlink:href= "../../da/d2a/group__adaline.html#gaa52120912e32d2893fe1c6d78da5befd" target= "_top" xlink:title= "Update the weights of the model using supervised learning for an array of vectors." >
2022-09-08 03:17:03 +03:00
<polygon fill= "white" stroke= "#666666" points= "144,-170 83,-170 83,-151 144,-151 144,-170" />
<text text-anchor= "middle" x= "113.5" y= "-158" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_fit</text>
2020-06-28 18:07:29 +03:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M29.01,-94.34C39.31,-105.3 56.96,-123.22 74,-136.5 77.6,-139.31 81.55,-142.07 85.49,-144.67" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "83.51,-147.56 93.84,-149.92 87.23,-141.63 83.51,-147.56" />
2020-06-28 18:07:29 +03:00
</g>
2020-07-03 21:15:35 +03:00
<!-- Node4 -->
<g id= "node4" class= "node" >
<title > Node4</title>
<g id= "a_node4" > <a xlink:href= "../../da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94" target= "_top" xlink:title= "predict the output of the model for given set of features" >
2022-09-08 03:17:03 +03:00
<polygon fill= "white" stroke= "#666666" points= "429,-131 347,-131 347,-112 429,-112 429,-131" />
<text text-anchor= "middle" x= "388" y= "-119" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_predict</text>
2020-06-28 18:07:29 +03:00
</a>
</g>
</g>
2020-07-03 21:15:35 +03:00
<!-- Node1->Node4 -->
<g id= "edge7" class= "edge" >
<title > Node1- > Node4</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M38.49,-84.8C84.68,-85.76 208.77,-89.64 311,-104.5 319.37,-105.72 328.19,-107.35 336.74,-109.14" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "335.77,-112.51 346.29,-111.21 337.26,-105.67 335.77,-112.51" />
2020-06-28 23:40:24 +03:00
</g>
2020-07-03 21:15:35 +03:00
<!-- Node6 -->
<g id= "node6" class= "node" >
<title > Node6</title>
2021-10-25 22:34:27 +03:00
<g id= "a_node6" > <a xlink:href= "../../da/d2a/group__adaline.html#gadb1a7acb555ad62daaf3806bf2fed036" target= "_top" xlink:title= "Operator to print the weights of the model." >
2022-09-08 03:17:03 +03:00
<polygon fill= "white" stroke= "#666666" points= "311,-132 189,-132 189,-113 311,-113 311,-132" />
<text text-anchor= "middle" x= "250" y= "-120" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_get_weights_str</text>
2020-06-28 23:40:24 +03:00
</a>
</g>
</g>
2020-07-03 21:15:35 +03:00
<!-- Node1->Node6 -->
<g id= "edge6" class= "edge" >
<title > Node1- > Node6</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M38.37,-89.83C48.76,-92.71 62.03,-96.14 74,-98.5 107.76,-105.17 145.55,-110.6 177.35,-114.6" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "176.92,-118.08 187.27,-115.83 177.78,-111.13 176.92,-118.08" />
2020-06-28 23:40:24 +03:00
</g>
<!-- Node7 -->
<g id= "node7" class= "node" >
<title > Node7</title>
2020-07-03 21:15:35 +03:00
<g id= "a_node7" > <a xlink:href= "../../da/d2a/group__adaline.html#ga6f35caa3084772cc126ac7b20f67f665" target= "_top" xlink:title= "delete dynamically allocated memory" >
2022-09-08 03:17:03 +03:00
<polygon fill= "white" stroke= "#666666" points= "153,-56 74,-56 74,-37 153,-37 153,-56" />
<text text-anchor= "middle" x= "113.5" y= "-44" font-family= "Helvetica,sans-Serif" font-size= "10.00" > delete_adaline</text>
2020-06-28 23:40:24 +03:00
</a>
</g>
</g>
<!-- Node1->Node7 -->
2020-07-03 21:15:35 +03:00
<g id= "edge8" class= "edge" >
2020-06-28 23:40:24 +03:00
<title > Node1- > Node7</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M38.28,-76.99C49.58,-72.35 64.44,-66.24 77.9,-60.71" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "78.98,-64.05 86.9,-57.02 76.32,-57.58 78.98,-64.05" />
2020-06-28 23:40:24 +03:00
</g>
<!-- Node8 -->
<g id= "node8" class= "node" >
<title > Node8</title>
2020-07-03 21:15:35 +03:00
<g id= "a_node8" > <a xlink:href= "../../da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b" target= "_top" xlink:title= "Default constructor." >
2022-09-08 03:17:03 +03:00
<polygon fill= "white" stroke= "#666666" points= "149,-19 78,-19 78,0 149,0 149,-19" />
<text text-anchor= "middle" x= "113.5" y= "-7" font-family= "Helvetica,sans-Serif" font-size= "10.00" > new_adaline</text>
2020-06-28 23:40:24 +03:00
</a>
</g>
</g>
<!-- Node1->Node8 -->
2020-07-03 21:15:35 +03:00
<g id= "edge9" class= "edge" >
2020-06-28 23:40:24 +03:00
<title > Node1- > Node8</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M27.48,-74.55C37.14,-62.23 54.98,-41.22 74,-27.5 75.18,-26.65 76.4,-25.82 77.66,-25.02" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "79.35,-28.09 86.37,-20.15 75.94,-21.98 79.35,-28.09" />
2020-06-28 18:07:29 +03:00
</g>
2020-07-03 21:15:35 +03:00
<!-- Node3 -->
<g id= "node3" class= "node" >
<title > Node3</title>
<g id= "a_node3" > <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." >
2022-09-08 03:17:03 +03:00
<polygon fill= "white" stroke= "#666666" points= "299,-169 201,-169 201,-150 299,-150 299,-169" />
<text text-anchor= "middle" x= "250" y= "-157" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_fit_sample</text>
2020-06-28 18:07:29 +03:00
</a>
</g>
</g>
2020-07-03 21:15:35 +03:00
<!-- Node2->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node2- > Node3</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M144.35,-160.28C157.68,-160.18 173.88,-160.06 189.51,-159.94" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "189.26,-163.44 199.23,-159.87 189.21,-156.44 189.26,-163.44" />
2020-07-03 21:15:35 +03:00
</g>
<!-- Node2->Node6 -->
<g id= "edge5" class= "edge" >
<title > Node2- > Node6</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M144.35,-152.07C161.56,-147.2 183.56,-140.99 202.94,-135.51" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "203.87,-138.89 212.54,-132.8 201.96,-132.15 203.87,-138.89" />
2020-07-03 21:15:35 +03:00
</g>
2020-06-28 23:40:24 +03:00
<!-- Node3->Node4 -->
2020-06-28 18:07:29 +03:00
<g id= "edge3" class= "edge" >
2020-06-28 23:40:24 +03:00
<title > Node3- > Node4</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M286.73,-149.52C303.21,-144.91 322.97,-139.39 340.59,-134.47" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "341.36,-137.89 350.05,-131.82 339.48,-131.14 341.36,-137.89" />
2020-07-03 21:15:35 +03:00
</g>
<!-- Node5 -->
<g id= "node5" class= "node" >
<title > Node5</title>
<g id= "a_node5" > <a xlink:href= "../../da/d2a/group__adaline.html#ga43576566b020c4157d4fb28f0dd45cfa" target= "_top" xlink:title= "Heaviside activation function" >
2022-09-08 03:17:03 +03:00
<polygon fill= "white" stroke= "#666666" points= "560,-131 465,-131 465,-112 560,-112 560,-131" />
<text text-anchor= "middle" x= "512.5" y= "-119" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_activation</text>
2020-07-03 21:15:35 +03:00
</a>
2020-06-28 18:07:29 +03:00
</g>
</g>
2020-06-28 23:40:24 +03:00
<!-- Node4->Node5 -->
2020-06-28 18:07:29 +03:00
<g id= "edge4" class= "edge" >
2020-06-28 23:40:24 +03:00
<title > Node4- > Node5</title>
2022-11-02 09:20:05 +03:00
<path fill= "none" stroke= "#63b8ff" d= "M429.45,-121.5C437.12,-121.5 445.29,-121.5 453.39,-121.5" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "453.21,-125 463.21,-121.5 453.21,-118 453.21,-125" />
2020-06-28 18:07:29 +03:00
</g>
</g>
2020-07-03 21:15:35 +03:00
</svg>
<g id= "navigator" transform= "translate(0 0)" fill= "#404254" >
<rect fill= "#f2f5e9" fill-opacity= "0.5" stroke= "#606060" stroke-width= ".5" x= "0" y= "0" width= "60" height= "60" />
<use id= "zoomplus" xlink:href= "#zoomPlus" x= "17" y= "9" onmousedown= "handleZoom(evt,'in')" />
<use id= "zoomminus" xlink:href= "#zoomMin" x= "42" y= "9" onmousedown= "handleZoom(evt,'out')" />
<use id= "reset" xlink:href= "#resetDef" x= "30" y= "36" onmousedown= "handleReset()" />
<g id= "arrowUp" xlink:href= "#dirArrow" transform= "translate(30 24)" onmousedown= "handlePan(0,-1)" >
<use xlink:href= "#rim" fill= "#404040" >
<set attributeName= "fill" to= "#808080" begin= "arrowUp.mouseover" end= "arrowUp.mouseout" />
</use>
<path fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowRight" xlink:href= "#dirArrow" transform= "rotate(90) translate(36 -43)" onmousedown= "handlePan(1,0)" >
<use xlink:href= "#rim" fill= "#404040" >
<set attributeName= "fill" to= "#808080" begin= "arrowRight.mouseover" end= "arrowRight.mouseout" />
</use>
<path fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowDown" xlink:href= "#dirArrow" transform= "rotate(180) translate(-30 -48)" onmousedown= "handlePan(0,1)" >
<use xlink:href= "#rim" fill= "#404040" >
<set attributeName= "fill" to= "#808080" begin= "arrowDown.mouseover" end= "arrowDown.mouseout" />
</use>
<path fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowLeft" xlink:href= "#dirArrow" transform= "rotate(270) translate(-36 17)" onmousedown= "handlePan(-1,0)" >
<use xlink:href= "#rim" fill= "#404040" >
<set attributeName= "fill" to= "#808080" begin= "arrowLeft.mouseover" end= "arrowLeft.mouseout" />
</use>
<path fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
</g>
<svg viewBox= "0 0 15 15" width= "100%" height= "30px" preserveAspectRatio= "xMaxYMin meet" >
<g id= "arrow_out" transform= "scale(0.3 0.3)" >
<a xlink:href= "adaline__learning_8c_a3f37b9f073f7e57fd0b39d70718af1b1_cgraph_org.svg" target= "_base" >
<rect id= "button" ry= "5" rx= "5" y= "6" x= "6" height= "38" width= "38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id= "arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
2020-06-28 18:07:29 +03:00
</svg>