parent
fbc221d334
commit
4555f9ac25
@ -153,7 +153,7 @@ void SVMSGDImpl::normalizeSamples(Mat &samples, Mat &average, float &multiplier)
|
|||||||
|
|
||||||
double normValue = norm(samples);
|
double normValue = norm(samples);
|
||||||
|
|
||||||
multiplier = static_cast<float>(sqrt(samples.total()) / normValue);
|
multiplier = static_cast<float>(sqrt(static_cast<double>(samples.total())) / normValue);
|
||||||
|
|
||||||
samples *= multiplier;
|
samples *= multiplier;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user