Commit 4cd78bc7 authored by Lorena García's avatar Lorena García

Whitespace error

parent fe622438
...@@ -637,7 +637,7 @@ public: ...@@ -637,7 +637,7 @@ public:
} }
//If there are responses in the csv file, save them. If not, responses matrix will contain just zeros //If there are responses in the csv file, save them. If not, responses matrix will contain just zeros
if (noutputvars != 0){ if (noutputvars != 0){
Mat(nsamples, noutputvars, CV_32F, &allresponses[0]).copyTo(tempResponses); Mat(nsamples, noutputvars, CV_32F, &allresponses[0]).copyTo(tempResponses);
setData(tempSamples, ROW_SAMPLE, tempResponses, noArray(), noArray(), setData(tempSamples, ROW_SAMPLE, tempResponses, noArray(), noArray(),
noArray(), Mat(vtypes).clone(), tempMissing); noArray(), Mat(vtypes).clone(), tempMissing);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment