Skip to content

Commit

Permalink
Added docs for DiffVisitor visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 31, 2024
1 parent dbf16d2 commit 6c9a50e
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,10 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+3">&#
<td title="Calculates cumulative sums">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/CumSumVisitor.html">CumSumVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates the diff between shifted values">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/DiffVisitor.html">DiffVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates dot product, magnitudes, Euclidean distance, and Manhattan distance of two vectors">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/DotProdVisitor.html">DotProdVisitor</a>{}</td>
</tr>
Expand Down
Loading

0 comments on commit 6c9a50e

Please sign in to comment.