Initialize the zero

Signed-off-by: Omar Shrit <omar@avontech.fr>
This commit is contained in:
Omar Shrit
2023-12-15 02:27:59 +01:00
parent 260f567db4
commit a27ae5074b
+1 -1
View File
@@ -115,7 +115,7 @@ class DBSCAN
ElemType epsilon;
//! Zero, just a variable holder for zero value, can be f16, f32 or double.
ElemType zero;
ElemType zero = 0.0;
//! Minimum number of points to be in the epsilon-neighborhood (including
//! itself) for the point to be a core-point.