mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 22:32:24 +08:00
Documentation for b79445ff82
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<map id="numerical_methods/ordinary_least_squares_regressor.cpp" name="numerical_methods/ordinary_least_squares_regressor.cpp">
|
||||
<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="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"/>
|
||||
|
||||
@@ -1 +1 @@
|
||||
868ad72095fe395df7c4d0862a42dea5
|
||||
aeca54c7c366fb2ba509eb865c3e6b19
|
||||
@@ -3,18 +3,18 @@
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.44.0 (20200408.0750)
|
||||
-->
|
||||
<!-- Title: numerical_methods/ordinary_least_squares_regressor.cpp Pages: 1 -->
|
||||
<!-- Title: machine_learning/ordinary_least_squares_regressor.cpp Pages: 1 -->
|
||||
<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>numerical_methods/ordinary_least_squares_regressor.cpp</title>
|
||||
<title>machine_learning/ordinary_least_squares_regressor.cpp</title>
|
||||
<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="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">numerical_methods/ordinary</text>
|
||||
<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>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user