public interface ClusteringStrategy<T,S extends Sequence<S>> extends Comparator<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAddToCluster(Cluster<T> cluster,
T minorObject,
NeighborhoodIterator<S,T[]> iterator) |
int |
getMaxClusterDepth() |
TreeSearchParameters |
getSearchParameters() |
compare, equalsboolean canAddToCluster(Cluster<T> cluster, T minorObject, NeighborhoodIterator<S,T[]> iterator)
TreeSearchParameters getSearchParameters()
int getMaxClusterDepth()
Copyright © 2018. All rights reserved.