stronglyBound = stronglyBound || dist < t2;
}
if (!stronglyBound) {
nextCanopyId++;
Cluster canopy = new Canopy(nextCanopyId, point, 1L);
LOGGER.debug("Creating a new Cluster {}", canopy.asFormattedString());
canopies.add(canopy);
KEY.set(Arrays.toString(canopy.getCenter()));
context.write(KEY, new CanopyWritable(canopy));
}