|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistanceMeasure
Definition of how to determine the distance between two objects.
Method Summary | ||
---|---|---|
|
distance(T x,
T y)
Determine the distance between the two provided Collections. |
|
|
distance(U x,
U y)
Determine the distance between the two provided StructuredType
instances. |
Method Detail |
---|
<T extends Type,U extends StructuredType<T>> double distance(U x, U y)
StructuredType
instances.
T
- U
- x
- The first object from which the calculation is to be performed.y
- The second object from which the calculation is to be performed.
<T extends Collection<? extends Number>> double distance(T x, T y)
T
- The Collection type.x
- The first Collection.y
- The second Collection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |