Differences between revisions 2 and 3
Revision 2 as of 2005-07-24 17:59:00
Size: 370
Editor: 127
Comment: latex format fixed
Revision 3 as of 2011-08-03 11:01:07
Size: 370
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

두 vector사이의 거리를 나타내는 수식 중의 하나이다. ClusterAnalysis에 많이 활용된다.

Minkowski Distance between two vector, X(x1,x2,...,xp), Y(y1,y2,...,yp)

$$ d(X,Y) = \sqrt[r]{ \sum_{i=1}^{p} | x_i - y_i |^r } $$

위식에서

  1. r=1 : ManhattanDistance

  2. r=2 : EuclideanDistance

  3. r=무한대 : SupDistance

MinkowskiDistance (last edited 2011-08-03 11:01:07 by localhost)

web biohackers.net