public class DBSCAN extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
DBSCAN.SearchIndex
Search index for efficient access to point data.
|
Constructor and Description |
---|
DBSCAN() |
Modifier and Type | Method and Description |
---|---|
static Set<List<com.esri.core.geometry.Point>> |
cluster(List<com.esri.core.geometry.Point> elements,
double epsilon,
int minimum)
Gets clusters of points by density properties defined as epsilon and minimum.
|
public static Set<List<com.esri.core.geometry.Point>> cluster(List<com.esri.core.geometry.Point> elements, double epsilon, int minimum)
elements
- List of point data.epsilon
- Defines epsilon range (radius) to analyze density.minimum
- Minimum number of points within epsilon range.Copyright © 2016. All rights reserved.