mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 05:12:40 +08:00
Documentation for a8af29bf65
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<map id="machine_learning::k_nearest_neighbors::Knn" name="machine_learning::k_nearest_neighbors::Knn">
|
||||
<area shape="rect" id="node1" title="K-Nearest Neighbors (Knn) class using Euclidean distance as distance metric." alt="" coords="84,196,251,236"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="5,93,164,133"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="11,5,158,31"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="189,101,311,126"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
1f41a4049e2eb9881d358ab2949995a5
|
||||
@@ -0,0 +1,71 @@
|
||||
<?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 7.0.6 (20230106.0513)
|
||||
-->
|
||||
<!-- Title: machine_learning::k_nearest_neighbors::Knn Pages: 1 -->
|
||||
<svg width="238pt" height="181pt"
|
||||
viewBox="0.00 0.00 237.50 181.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 177)">
|
||||
<title>machine_learning::k_nearest_neighbors::Knn</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="K-Nearest Neighbors (Knn) class using Euclidean distance as distance metric.">
|
||||
<polygon fill="#999999" stroke="#666666" points="184,-30 59,-30 59,0 184,0 184,-30"/>
|
||||
<text text-anchor="start" x="67" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::k</text>
|
||||
<text text-anchor="middle" x="121.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">_nearest_neighbors::Knn</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="119,-107 0,-107 0,-77 119,-77 119,-107"/>
|
||||
<text text-anchor="start" x="8" y="-95" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::vector</text>
|
||||
<text text-anchor="middle" x="59.5" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00">< double > ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M78.7,-67.77C88.79,-55.57 100.84,-40.99 109.58,-30.42"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="76.09,-65.44 72.42,-75.37 81.49,-69.9 76.09,-65.44"/>
|
||||
<text text-anchor="middle" x="102.5" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00"> X_</text>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="114.5,-173 4.5,-173 4.5,-154 114.5,-154 114.5,-173"/>
|
||||
<text text-anchor="middle" x="59.5" y="-161" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< double ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M59.5,-142.39C59.5,-131.15 59.5,-117.41 59.5,-107.27"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="56,-142.18 59.5,-152.18 63,-142.18 56,-142.18"/>
|
||||
<text text-anchor="middle" x="81" y="-128" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="229.5,-101.5 137.5,-101.5 137.5,-82.5 229.5,-82.5 229.5,-101.5"/>
|
||||
<text text-anchor="middle" x="183.5" y="-89.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< int ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node1 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node4->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M169.03,-73.49C158.15,-60.34 143.45,-42.56 133.29,-30.27"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.11,-75.46 175.18,-80.94 171.51,-71 166.11,-75.46"/>
|
||||
<text text-anchor="middle" x="163.5" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00"> Y_</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user