Save work in progress LinearRegression class
This commit is contained in:
parent
7b762a486d
commit
1eea26c9d4
|
@ -0,0 +1,12 @@
|
|||
#ifndef LINEAR_REGRESSION
|
||||
#define LINEAR_REGRESSION
|
||||
|
||||
class LinearRegression {
|
||||
private:
|
||||
uint32_t i;
|
||||
public:
|
||||
LinearRegression();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue