public class SparseChebyshevDistance extends Object implements Metric<SparseArray>
| Constructor and Description |
|---|
SparseChebyshevDistance()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
d(SparseArray x,
SparseArray y)
Returns the distance measure between two objects.
|
String |
toString() |
public double d(SparseArray x, SparseArray y)
Distanced in interface Distance<SparseArray>Copyright © 2015. All rights reserved.