You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RadiusNeighbors rnModel = (new RadiusNeighbors(this.data, (new RadiusNeighborsParameters(this.eps)).setSeed(this.getSeed()).setMetric(this.getSeparabilityMetric()).setVerbose(false))).fit();
this.info("fit RadiusNeighbors model in " + rnTimer.toString());
method fit() in DBScan:
code for choosing BALL_TREE or KD_TREE to use:
So, we can not use haversine distance when mn<=15000.(KD_TREE do not suport haversine distance)
The text was updated successfully, but these errors were encountered: