public final class CanopyClustering extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<de.jungblut.math.DoubleVector> |
createCanopies(List<de.jungblut.math.DoubleVector> pPoints,
DistanceMeasurer measure,
double t1,
double t2,
boolean verbose)
Creates a list of canopies.
|
public static List<de.jungblut.math.DoubleVector> createCanopies(List<de.jungblut.math.DoubleVector> pPoints, DistanceMeasurer measure, double t1, double t2, boolean verbose)
points - the points to cluster.measure - the distance measurer to use.t1 - the outer cluster distance (fuzzy).t2 - the inner cluster distance (exclusive).verbose - if true, output about timinings and number of clusters.Copyright © 2016. All rights reserved.