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">
2021-03-02 08:34:14 +03:00
<!-- Generated by graphviz version 2.46.1 (20210213.1702)
2020-06-28 18:07:29 +03:00
-->
<!-- Title: test3 Pages: 1 -->
2020-07-03 21:15:35 +03:00
<!-- zoomable 180 -->
<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" >
var viewWidth = 568;
var viewHeight = 180;
var sectionId = 'dynsection-3';
</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>
2020-07-03 21:15:35 +03:00
<polygon fill= "white" stroke= "transparent" points= "-4,4 -4,-176 564,-176 564,4 -4,4" />
2020-06-28 18:07:29 +03:00
<!-- 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..." >
2020-06-28 18:07:29 +03:00
<polygon fill= "#bfbfbf" stroke= "black" points= "0,-76.5 0,-95.5 38,-95.5 38,-76.5 0,-76.5" />
<text text-anchor= "middle" x= "19" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > test3</text>
</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." >
<polygon fill= "white" stroke= "black" points= "83,-152.5 83,-171.5 144,-171.5 144,-152.5 83,-152.5" />
<text text-anchor= "middle" x= "113.5" y= "-159.5" 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>
2020-07-03 21:15:35 +03:00
<path fill= "none" stroke= "midnightblue" d= "M29.01,-95.84C39.31,-106.8 56.96,-124.72 74,-138 77.98,-141.1 82.39,-144.16 86.75,-147" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "85.17,-150.13 95.5,-152.45 88.87,-144.19 85.17,-150.13" />
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" >
<polygon fill= "white" stroke= "black" points= "347,-114.5 347,-133.5 429,-133.5 429,-114.5 347,-114.5" />
<text text-anchor= "middle" x= "388" y= "-121.5" 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>
<path fill= "none" stroke= "midnightblue" d= "M38.17,-86.06C84.15,-86.44 208.71,-89.01 311,-105 322.01,-106.72 333.75,-109.29 344.64,-111.98" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "343.79,-115.37 354.34,-114.47 345.53,-108.59 343.79,-115.37" />
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>
<g id= "a_node6" > <a xlink:href= "../../da/d2a/group__adaline.html#ga251695a79baa885cafdcf6d8ed4ac120" target= "_top" xlink:title= "Operator to print the weights of the model." >
<polygon fill= "white" stroke= "black" points= "189,-114.5 189,-133.5 311,-133.5 311,-114.5 189,-114.5" />
<text text-anchor= "middle" x= "250" y= "-121.5" 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>
<path fill= "none" stroke= "midnightblue" d= "M38.37,-91.33C48.76,-94.21 62.03,-97.64 74,-100 108.21,-106.76 146.55,-112.24 178.6,-116.26" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "178.42,-119.76 188.78,-117.51 179.28,-112.82 178.42,-119.76" />
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" >
<polygon fill= "white" stroke= "black" points= "74,-38.5 74,-57.5 153,-57.5 153,-38.5 74,-38.5" />
<text text-anchor= "middle" x= "113.5" y= "-45.5" 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>
2020-07-03 21:15:35 +03:00
<path fill= "none" stroke= "midnightblue" d= "M38.28,-78.49C50.17,-73.61 66.01,-67.1 80.01,-61.35" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "81.41,-64.56 89.33,-57.52 78.75,-58.08 81.41,-64.56" />
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." >
2020-06-28 23:40:24 +03:00
<polygon fill= "white" stroke= "black" points= "78,-0.5 78,-19.5 149,-19.5 149,-0.5 78,-0.5" />
<text text-anchor= "middle" x= "113.5" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > new_adaline</text>
</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>
2020-07-03 21:15:35 +03:00
<path fill= "none" stroke= "midnightblue" d= "M27.53,-76.11C37.24,-63.86 55.13,-42.92 74,-29 76.1,-27.45 78.34,-25.97 80.66,-24.57" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "82.66,-27.46 89.73,-19.57 79.29,-21.33 82.66,-27.46" />
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." >
<polygon fill= "white" stroke= "black" points= "201,-152.5 201,-171.5 299,-171.5 299,-152.5 201,-152.5" />
<text text-anchor= "middle" x= "250" y= "-159.5" 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>
<path fill= "none" stroke= "midnightblue" d= "M144.02,-162C157.65,-162 174.35,-162 190.39,-162" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "190.79,-165.5 200.79,-162 190.79,-158.5 190.79,-165.5" />
</g>
<!-- Node2->Node6 -->
<g id= "edge5" class= "edge" >
<title > Node2- > Node6</title>
<path fill= "none" stroke= "midnightblue" d= "M144.02,-153.66C162.01,-148.58 185.33,-141.99 205.42,-136.31" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "206.62,-139.61 215.29,-133.52 204.71,-132.88 206.62,-139.61" />
</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>
2020-07-03 21:15:35 +03:00
<path fill= "none" stroke= "midnightblue" d= "M285.32,-152.41C302.79,-147.53 324.24,-141.54 342.93,-136.32" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "344,-139.65 352.69,-133.59 342.12,-132.91 344,-139.65" />
</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" >
<polygon fill= "white" stroke= "black" points= "465,-114.5 465,-133.5 560,-133.5 560,-114.5 465,-114.5" />
<text text-anchor= "middle" x= "512.5" y= "-121.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > adaline_activation</text>
</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>
2020-07-03 21:15:35 +03:00
<path fill= "none" stroke= "midnightblue" d= "M429.11,-124C437.34,-124 446.14,-124 454.82,-124" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "454.92,-127.5 464.92,-124 454.91,-120.5 454.92,-127.5" />
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>