Methods in at.tuwien.ifs.feature.extraction.audio.distance that throw MetricException |
protected void |
AbstractMetric.checkDimensions(double[] vector1,
double[] vector2)
Performs a check on wether the given vectors have the same dimension. |
double |
L1Metric.distance(double[] vector1,
double[] vector2)
|
double |
L2Metric.distance(double[] vector1,
double[] vector2)
|
abstract double |
AbstractMetric.distance(double[] vector1,
double[] vector2)
|
double |
DistanceMetric.distance(double[] vector1,
double[] vector2)
Calculates the distance between two vectors provided by argument vector1 and
vector2 . |
FeatureVectorData[] |
DistanceMatrixComputer.getNearestN(int inputIndex,
DistanceMetric metric,
int N)
|
java.util.List<VectorDistance> |
DistanceMatrixComputer.getNearestNwithDistances(int inputIndex,
DistanceMetric metric,
int N)
|
static double[] |
AbstractMetric.meanVector(double[] vector1,
double[] vector2)
Calculates the mean vector of two double array vectors. |