mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Whitespace error
This commit is contained in:
@@ -637,7 +637,7 @@ public:
|
||||
}
|
||||
|
||||
//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);
|
||||
setData(tempSamples, ROW_SAMPLE, tempResponses, noArray(), noArray(),
|
||||
noArray(), Mat(vtypes).clone(), tempMissing);
|
||||
|
||||
Reference in New Issue
Block a user