public final class AgglomerativeClustering extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AgglomerativeClustering.ClusterNode
Tree structure for containing information about linkages and distances.
|
| Constructor and Description |
|---|
AgglomerativeClustering() |
| Modifier and Type | Method and Description |
|---|---|
static List<List<AgglomerativeClustering.ClusterNode>> |
cluster(List<de.jungblut.math.DoubleVector> points,
DistanceMeasurer distanceMeasurer,
boolean verbose)
Starts the clustering process.
|
public static List<List<AgglomerativeClustering.ClusterNode>> cluster(List<de.jungblut.math.DoubleVector> points, DistanceMeasurer distanceMeasurer, boolean verbose)
points - the points to cluster ondistanceMeasurer - the distance measurement to use.verbose - if true, costs in each iteration will be printed.Copyright © 2016. All rights reserved.