Minkowski metrics are a family of distance measurements which are
generalized from the Euclidean distance formula.
Two values of power have easily interpretable meanings:
At power=2, you get the typical Euclidean distance and at
power=1 yields the city-block metric, so named because it
gives the distance you'd have to travel to get between two points if
you were walking on a grid of city streets (no real diagonals).
Default is power=2.
Parameters:
power - the Minkowski parameter
Method Detail
analyzeMatrix
public double[][] analyzeMatrix(float[][] data_matrix)