mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
fix: mispelling in...
...`machine_learning/ordinary_least_squares_regressor.cpp`.
This commit is contained in:
parent
1d9774fd3d
commit
287e00fa68
@ -436,7 +436,7 @@ int main() {
|
|||||||
std::vector<float> Y(N);
|
std::vector<float> Y(N);
|
||||||
|
|
||||||
std::cout
|
std::cout
|
||||||
<< "Enter training data. Per sample, provide features ad one output."
|
<< "Enter training data. Per sample, provide features and one output."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
for (size_t rows = 0; rows < N; rows++) {
|
for (size_t rows = 0; rows < N; rows++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user