public final class DBSCAN extends Object
| Constructor and Description |
|---|
DBSCAN() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<de.jungblut.math.DoubleVector>[] |
cluster(List<de.jungblut.math.DoubleVector> points,
DistanceMeasurer measurer,
int minPoints,
double epsilon)
Clusters the points.
|
List<de.jungblut.math.DoubleVector> |
getNoise() |
public ArrayList<de.jungblut.math.DoubleVector>[] cluster(List<de.jungblut.math.DoubleVector> points, DistanceMeasurer measurer, int minPoints, double epsilon)
measurer - the distance measurer to use.minPoints - the minimum points in a cluster.epsilon - the radius of a point to detect other points.public List<de.jungblut.math.DoubleVector> getNoise()
Copyright © 2016. All rights reserved.