public interface ClusterElementFunctions<E>
Modifier and Type | Field and Description |
---|---|
static java.text.DecimalFormat |
DF |
Modifier and Type | Method and Description |
---|---|
double |
distance(E element1,
E element2) |
E |
meanObject(Cluster<? extends E> elements) |
java.lang.String |
toString(Cluster<? extends E> elements) |