mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for fe692e8e01
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<map id="machine_learning/ordinary_least_squares_regressor.cpp" name="machine_learning/ordinary_least_squares_regressor.cpp">
|
||||
<area shape="rect" id="node1" title="Linear regression example using Ordinary least squares" alt="" coords="113,5,313,47"/>
|
||||
<area shape="rect" id="node1" title="Linear regression example using Ordinary least squares" alt="" coords="114,5,309,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,71,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="95,95,154,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="178,95,247,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="272,95,345,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="370,95,429,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="178,95,245,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="269,95,341,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="365,95,423,121"/>
|
||||
</map>
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
<?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 2.49.3 (20211023.0002)
|
||||
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
|
||||
-->
|
||||
<!-- Title: machine_learning/ordinary_least_squares_regressor.cpp Pages: 1 -->
|
||||
<svg width="326pt" height="95pt"
|
||||
viewBox="0.00 0.00 325.50 95.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="322pt" height="95pt"
|
||||
viewBox="0.00 0.00 321.50 95.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 91)">
|
||||
<title>machine_learning/ordinary_least_squares_regressor.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 321.5,-91 321.5,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 317.5,-91 317.5,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Linear regression example using Ordinary least squares">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="80.5,-56.5 80.5,-86.5 230.5,-86.5 230.5,-56.5 80.5,-56.5"/>
|
||||
<text text-anchor="start" x="88.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning/ordinary</text>
|
||||
<text text-anchor="middle" x="155.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_least_squares_regressor.cpp</text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="81.5,-56.5 81.5,-86.5 227.5,-86.5 227.5,-56.5 81.5,-56.5"/>
|
||||
<text text-anchor="start" x="89.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning/ordinary</text>
|
||||
<text text-anchor="middle" x="154.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_least_squares_regressor.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -31,8 +31,8 @@
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M124.45,-56.4C102.77,-46.55 74.04,-33.5 52.95,-23.92"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="54.11,-20.61 43.56,-19.66 51.22,-26.98 54.11,-20.61"/>
|
||||
<path fill="none" stroke="midnightblue" d="M123.69,-56.4C102.17,-46.55 73.66,-33.5 52.73,-23.92"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="53.97,-20.64 43.42,-19.66 51.05,-27 53.97,-20.64"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
@@ -46,53 +46,53 @@
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M139.86,-56.4C129.87,-47.4 116.92,-35.72 106.65,-26.47"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="108.87,-23.75 99.1,-19.66 104.19,-28.95 108.87,-23.75"/>
|
||||
<path fill="none" stroke="midnightblue" d="M139.1,-56.4C129.26,-47.4 116.51,-35.72 106.39,-26.47"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="108.7,-23.83 98.96,-19.66 103.97,-28.99 108.7,-23.83"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="129.5,-0.5 129.5,-19.5 181.5,-19.5 181.5,-0.5 129.5,-0.5"/>
|
||||
<text text-anchor="middle" x="155.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iomanip</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="129.5,-0.5 129.5,-19.5 179.5,-19.5 179.5,-0.5 129.5,-0.5"/>
|
||||
<text text-anchor="middle" x="154.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iomanip</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M155.5,-56.4C155.5,-48.47 155.5,-38.46 155.5,-29.86"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="159,-29.66 155.5,-19.66 152,-29.66 159,-29.66"/>
|
||||
<path fill="none" stroke="midnightblue" d="M154.5,-56.4C154.5,-48.47 154.5,-38.46 154.5,-29.86"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="158,-29.66 154.5,-19.66 151,-29.66 158,-29.66"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="200,-0.5 200,-19.5 255,-19.5 255,-0.5 200,-0.5"/>
|
||||
<text text-anchor="middle" x="227.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="197.5,-0.5 197.5,-19.5 251.5,-19.5 251.5,-0.5 197.5,-0.5"/>
|
||||
<text text-anchor="middle" x="224.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="midnightblue" d="M172.56,-56.4C183.56,-47.31 197.87,-35.49 209.12,-26.19"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="211.54,-28.73 217.02,-19.66 207.09,-23.33 211.54,-28.73"/>
|
||||
<path fill="none" stroke="midnightblue" d="M171.09,-56.4C181.79,-47.31 195.69,-35.49 206.63,-26.19"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="208.96,-28.8 214.31,-19.66 204.43,-23.47 208.96,-28.8"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="273.5,-0.5 273.5,-19.5 317.5,-19.5 317.5,-0.5 273.5,-0.5"/>
|
||||
<text text-anchor="middle" x="295.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="269.5,-0.5 269.5,-19.5 313.5,-19.5 313.5,-0.5 269.5,-0.5"/>
|
||||
<text text-anchor="middle" x="291.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="midnightblue" d="M188.68,-56.4C212.06,-46.46 243.11,-33.26 265.71,-23.66"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="267.29,-26.79 275.13,-19.66 264.56,-20.35 267.29,-26.79"/>
|
||||
<path fill="none" stroke="midnightblue" d="M186.97,-56.4C209.85,-46.46 240.23,-33.26 262.34,-23.66"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="263.79,-26.85 271.57,-19.66 261,-20.43 263.79,-26.85"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user