Skip to content

Commit

Permalink
Further doc works 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Oct 1, 2024
1 parent 09e549f commit cb509ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,6 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+4">&#
<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>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates exponentially weighted correlation">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/ExponentiallyWeightedMeanVisitor.html">ExponentiallyWeightedCorrVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates exponentially weighted covariance">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/ExponentiallyWeightedMeanVisitor.html">ExponentiallyWeightedCovVisitor</a>{}</td>
</tr>
Expand Down Expand Up @@ -811,6 +807,10 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+4">&#
<td title="Calculates rolling values of symmetric moving average">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/SymmTriangleMovingMeanVisitor.html">SymmTriangleMovingMeanVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates exponentially weighted correlation">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/ExponentiallyWeightedMeanVisitor.html">ExponentiallyWeightedCorrVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates zero lag moving average">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/ZeroLagMovingMeanVisitor.html">ZeroLagMovingMeanVisitor</a>{}</td>
</tr>
Expand Down

0 comments on commit cb509ac

Please sign in to comment.