Skip to content

Commit

Permalink
Merge pull request #213 from hosseinmoein/Hossein/LinFit
Browse files Browse the repository at this point in the history
Implemented LinearFitVisitor
  • Loading branch information
hosseinmoein authored Dec 3, 2022
2 parents f04d472 + f9ef3d1 commit c30817b
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 32 deletions.
4 changes: 4 additions & 0 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,10 @@ <H2><font color="blue">Table of Features (with Code Samples)</font></H2>
<td title="Calculates kth value">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/KthValueVisitor.html">KthValueVisitor</a>{ }</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Fits linear function through x-y coordinates">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/PolyFitVisitor.html">LinearFitVisitor</a>{ }</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Fits y = b0 + b1 * log(x) through x-y coordinates">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/PolyFitVisitor.html">LogFitVisitor</a>{ }</td>
</tr>
Expand Down
Loading

0 comments on commit c30817b

Please sign in to comment.