public class EuclideanDistance extends Object implements DistanceMeasure
Constructor and Description |
---|
EuclideanDistance() |
Modifier and Type | Method and Description |
---|---|
double |
compute(Vector a,
double[] b)
Compute the distance between n-dimensional vector and n-dimensional array.
|
double |
compute(Vector a,
Vector b)
Compute the distance between two n-dimensional vectors.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public double compute(Vector a, Vector b) throws CardinalityException
The two vectors are required to have the same dimension.
compute
in interface DistanceMeasure
a
- The first vector.b
- The second vector.CardinalityException
- if the array lengths differ.public double compute(Vector a, double[] b) throws CardinalityException
The two data structures are required to have the same dimension.
compute
in interface DistanceMeasure
a
- The vector.b
- The array.CardinalityException
- if the data structures lengths differ.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024