| Package | Description |
|---|---|
| com.milaboratory.core.clustering |
| Modifier and Type | Method and Description |
|---|---|
Cluster<T> |
Cluster.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<Cluster<T>> |
Clustering.getClusters() |
List<Cluster<T>> |
Clustering.performClustering() |
static <T,S extends Sequence<S>> |
Clustering.performClustering(Collection<T> inputObjects,
SequenceExtractor<T,S> sequenceExtractor,
ClusteringStrategy<T,S> strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.add(Cluster<T> t) |
boolean |
ClusteringStrategy.canAddToCluster(Cluster<T> cluster,
T minorObject,
NeighborhoodIterator<S,T[]> iterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.processAllChildren(gnu.trove.procedure.TObjectProcedure<Cluster<T>> procedure) |
| Constructor and Description |
|---|
Cluster(T head,
Cluster<T> parent) |
Copyright © 2018. All rights reserved.