epsilon = epsilonP.getValue();
}
}
protected void configMinPts(Parameterization config) {
IntParameter minptsP = new IntParameter(AbstractProjectedDBSCAN.MINPTS_ID, new GreaterConstraint(0));
if(config.grab(minptsP)) {
minpts = minptsP.getValue();
}
}