mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-10 22:16:53 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<map id="machine_learning/vector_ops.hpp" name="machine_learning/vector_ops.hpp">
|
||||
<area shape="rect" id="node1" title="Various functions for vectors associated with [NeuralNetwork (aka Multilayer Perceptron)] (https://en..." alt="" coords="191,5,353,45"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,93,80,119"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="104,93,165,119"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="189,93,261,119"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="286,93,351,119"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="375,93,443,119"/>
|
||||
<area shape="rect" id="node7" title=" " alt="" coords="468,93,527,119"/>
|
||||
<area shape="rect" id="node1" title="Various functions for vectors associated with [NeuralNetwork (aka Multilayer Perceptron)] (https://en..." alt="" coords="188,5,350,46"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,94,80,120"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="104,94,165,120"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="188,94,260,120"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="284,94,348,120"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="372,94,439,120"/>
|
||||
<area shape="rect" id="node7" title=" " alt="" coords="463,94,521,120"/>
|
||||
</map>
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
<?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">
|
||||
<!-- Generated by graphviz version 8.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: machine_learning/vector_ops.hpp Pages: 1 -->
|
||||
<svg width="399pt" height="93pt"
|
||||
viewBox="0.00 0.00 399.00 93.00" 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 89)">
|
||||
<svg width="394pt" height="94pt"
|
||||
viewBox="0.00 0.00 394.38 93.75" 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 89.75)">
|
||||
<title>machine_learning/vector_ops.hpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Various functions for vectors associated with [NeuralNetwork (aka Multilayer Perceptron)] (https://en...">
|
||||
<polygon fill="#999999" stroke="#666666" points="261,-85 139,-85 139,-55 261,-55 261,-85"/>
|
||||
<text text-anchor="start" x="147" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning/vector</text>
|
||||
<text text-anchor="middle" x="200" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_ops.hpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="258.75,-85.75 137,-85.75 137,-55.25 258.75,-55.25 258.75,-85.75"/>
|
||||
<text text-anchor="start" x="145" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning/vector</text>
|
||||
<text text-anchor="middle" x="197.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_ops.hpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,91 +22,91 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="56,-19 0,-19 0,0 56,0 56,-19"/>
|
||||
<text text-anchor="middle" x="28" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="55.75,-19.25 0,-19.25 0,0 55.75,0 55.75,-19.25"/>
|
||||
<text text-anchor="middle" x="27.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M157.48,-54.54C128.94,-44.83 91.73,-32.17 64.52,-22.92"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.86,-19.34 55.26,-19.43 63.6,-25.97 65.86,-19.34"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M155.42,-54.8C127.37,-45.08 91.01,-32.49 64.29,-23.23"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.79,-19.71 55.2,-19.74 63.5,-26.32 65.79,-19.71"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="120,-19 74,-19 74,0 120,0 120,-19"/>
|
||||
<text text-anchor="middle" x="97" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">chrono</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="119.5,-19.25 74.25,-19.25 74.25,0 119.5,0 119.5,-19.25"/>
|
||||
<text text-anchor="middle" x="96.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">chrono</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M174.54,-54.54C158.46,-45.4 137.78,-33.66 121.82,-24.6"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="124,-21.24 113.58,-19.35 120.54,-27.33 124,-21.24"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M172.65,-54.8C157.12,-45.74 137.29,-34.19 121.82,-25.16"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="123.77,-21.67 113.36,-19.65 120.24,-27.71 123.77,-21.67"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="192,-19 138,-19 138,0 192,0 192,-19"/>
|
||||
<text text-anchor="middle" x="165" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="190.62,-19.25 137.12,-19.25 137.12,0 190.62,0 190.62,-19.25"/>
|
||||
<text text-anchor="middle" x="163.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M191.35,-54.54C186.63,-46.65 180.74,-36.81 175.73,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="178.33,-26.96 170.19,-20.18 172.32,-30.55 178.33,-26.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M189.47,-54.95C184.94,-47.1 179.31,-37.35 174.48,-28.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.15,-27.61 169.12,-20.7 171.09,-31.11 177.15,-27.61"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="259.5,-19 210.5,-19 210.5,0 259.5,0 259.5,-19"/>
|
||||
<text text-anchor="middle" x="235" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">random</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="257,-19.25 208.75,-19.25 208.75,0 257,0 257,-19.25"/>
|
||||
<text text-anchor="middle" x="232.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">random</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M208.65,-54.54C213.37,-46.65 219.26,-36.81 224.27,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="227.68,-30.55 229.81,-20.18 221.67,-26.96 227.68,-30.55"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M206.53,-54.95C211.19,-47.1 216.99,-37.35 221.96,-28.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="225.38,-31.09 227.48,-20.7 219.36,-27.51 225.38,-31.09"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="328.5,-19 277.5,-19 277.5,0 328.5,0 328.5,-19"/>
|
||||
<text text-anchor="middle" x="303" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">valarray</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="325.12,-19.25 274.62,-19.25 274.62,0 325.12,0 325.12,-19.25"/>
|
||||
<text text-anchor="middle" x="299.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">valarray</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M225.46,-54.54C241.54,-45.4 262.22,-33.66 278.18,-24.6"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="279.46,-27.33 286.42,-19.35 276,-21.24 279.46,-27.33"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M223.35,-54.8C239.18,-45.66 259.44,-33.97 275.13,-24.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="276.32,-27.68 283.23,-19.65 272.82,-21.62 276.32,-27.68"/>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="391,-19 347,-19 347,0 391,0 391,-19"/>
|
||||
<text text-anchor="middle" x="369" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="386.38,-19.25 343.38,-19.25 343.38,0 386.38,0 386.38,-19.25"/>
|
||||
<text text-anchor="middle" x="364.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M241.78,-54.54C271.11,-44.38 309.78,-31 336.75,-21.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="337.52,-24.75 345.82,-18.18 335.23,-18.14 337.52,-24.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M239.59,-54.8C268.46,-44.62 306.3,-31.27 332.82,-21.93"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="333.81,-24.94 342.08,-18.31 331.48,-18.33 333.81,-24.94"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user