From 8e9ec6e7ce76a2e211f1a19775ba962062382af3 Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Thu, 27 May 2021 22:56:53 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b4c89..7504857 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Machine learning is a vast and exiciting discipline, garnering attention from sp ## Usage Please note that ML++ uses the ```std::vector``` data type for emulating vectors, and the ```std::vector>``` data type for emulating matricies. -

Begin by including the respective header file of your choice.

+

+Begin by including the respective header file of your choice. ```cpp #include "MLPP/LinReg/LinReg.hpp" ```