Adds OLS and naive linear algebra routine

This commit is contained in:
Volodymyr Orlov
2019-10-10 08:53:42 -07:00
parent b8e1bf9a80
commit 50744208a9
7 changed files with 547 additions and 7 deletions
+2
View File
@@ -1,4 +1,6 @@
pub mod classification;
pub mod regression;
pub mod linalg;
pub mod math;
pub mod error;
pub mod algorithm;