mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
set author after program details
This commit is contained in:
parent
2ad1b72f6c
commit
5111c2cf59
@ -3,10 +3,11 @@
|
||||
* \brief Linear regression example using [Ordinary least
|
||||
* squares](https://en.wikipedia.org/wiki/Ordinary_least_squares)
|
||||
*
|
||||
* \author [Krishna Vedala](https://github.com/kvedala)
|
||||
* Program that gets the number of data samples and number of features per
|
||||
* sample along with output per sample. It applies OLS regression to compute
|
||||
* the regression output for additional test data samples.
|
||||
*
|
||||
* \author [Krishna Vedala](https://github.com/kvedala)
|
||||
*/
|
||||
#include <iomanip> // for print formatting
|
||||
#include <iostream>
|
||||
|
Loading…
Reference in New Issue
Block a user