Closed dbarbier closed 3 years ago
Currently data.isAdmissibleLeaf() returns true, because diameter is null. And more generally, we must add checks to ensure that bounding boxes are defined (ie clusters have at least 2 points) and diameter is not null (ie points are not coincident).
data.isAdmissibleLeaf()
"points are not coincident" is currently not checked.
It should be fixed now
Currently
data.isAdmissibleLeaf()
returns true, because diameter is null. And more generally, we must add checks to ensure that bounding boxes are defined (ie clusters have at least 2 points) and diameter is not null (ie points are not coincident).