mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
resolve merge conflicts
This commit is contained in:
parent
b964f9af00
commit
1dfbdde3c6
@ -369,7 +369,7 @@ int main() {
|
|||||||
std::vector<float> Y(N);
|
std::vector<float> Y(N);
|
||||||
|
|
||||||
std::cout
|
std::cout
|
||||||
<< "Enter training data. Per sample, provide features and one output."
|
<< "Enter training data. Per sample, provide features ad 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