public class SparseChebyshevDistance extends java.lang.Object implements Metric<SparseArray>, java.io.Serializable
| Constructor and Description |
|---|
SparseChebyshevDistance()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
d(SparseArray x,
SparseArray y)
Returns the distance measure between two objects.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic double d(SparseArray x, SparseArray y)
Distanced in interface Distance<SparseArray>