Se ha denunciado esta presentación.
Se está descargando tu SlideShare. ×

If Manhattan distances were used in a clustering algorithm- what shape.docx

Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Próximo SlideShare
Distance
Distance
Cargando en…3
×

Eche un vistazo a continuación

1 de 2 Anuncio

If Manhattan distances were used in a clustering algorithm- what shape.docx

Descargar para leer sin conexión

If Manhattan distances were used in a clustering algorithm, what shape will the clusters take on?
Solution
Euclidean Distance:
1) A Clustering is performed for all spaces by providing the distance measure.
2) Distance measure means a distance between any two points in the space.
3) The common Euclidean distance(Square root of the sums of the squares of the differences between the coordinates of the points in each dimension) serves for all Euclidean spaces.
4) so some Euclidean distance includes the manhattan distance.
Manhattan Distance:
1) Manhattan distance means sum of the magnitudes of the differences in each dimension amd the maximum magnitude of the difference in any dimension.
2) The manhattan distance function computes the distance between that would be traveled to get from one data point to the other if a grid-like path is followed.
3) The Manhattan distance between two items is the sum of the differences of
their corresponding components.
4) The formula for this distance between a point X=(X1, X2, etc.) and a point
Y=(Y1, Y2, etc.) is:
d=|Xi-Yi|
Xi and Yi are the values of the ith variable, at points X and Y respectively.
5)If Manhattan distances were used in a clustering algorithm, the shape the clusters take is that the arbitrary-shaped clusters.
.

If Manhattan distances were used in a clustering algorithm, what shape will the clusters take on?
Solution
Euclidean Distance:
1) A Clustering is performed for all spaces by providing the distance measure.
2) Distance measure means a distance between any two points in the space.
3) The common Euclidean distance(Square root of the sums of the squares of the differences between the coordinates of the points in each dimension) serves for all Euclidean spaces.
4) so some Euclidean distance includes the manhattan distance.
Manhattan Distance:
1) Manhattan distance means sum of the magnitudes of the differences in each dimension amd the maximum magnitude of the difference in any dimension.
2) The manhattan distance function computes the distance between that would be traveled to get from one data point to the other if a grid-like path is followed.
3) The Manhattan distance between two items is the sum of the differences of
their corresponding components.
4) The formula for this distance between a point X=(X1, X2, etc.) and a point
Y=(Y1, Y2, etc.) is:
d=|Xi-Yi|
Xi and Yi are the values of the ith variable, at points X and Y respectively.
5)If Manhattan distances were used in a clustering algorithm, the shape the clusters take is that the arbitrary-shaped clusters.
.

Anuncio
Anuncio

Más Contenido Relacionado

Similares a If Manhattan distances were used in a clustering algorithm- what shape.docx (20)

Más de edwardk6 (20)

Anuncio

Más reciente (20)

If Manhattan distances were used in a clustering algorithm- what shape.docx

  1. 1. If Manhattan distances were used in a clustering algorithm, what shape will the clusters take on? Solution Euclidean Distance: 1) A Clustering is performed for all spaces by providing the distance measure. 2) Distance measure means a distance between any two points in the space. 3) The common Euclidean distance(Square root of the sums of the squares of the differences between the coordinates of the points in each dimension) serves for all Euclidean spaces. 4) so some Euclidean distance includes the manhattan distance. Manhattan Distance: 1) Manhattan distance means sum of the magnitudes of the differences in each dimension amd the maximum magnitude of the difference in any dimension. 2) The manhattan distance function computes the distance between that would be traveled to get from one data point to the other if a grid-like path is followed. 3) The Manhattan distance between two items is the sum of the differences of their corresponding components. 4) The formula for this distance between a point X=(X1, X2, etc.) and a point Y=(Y1, Y2, etc.) is: d=|Xi-Yi| Xi and Yi are the values of the ith variable, at points X and Y respectively. 5)If Manhattan distances were used in a clustering algorithm, the shape the clusters take is that the arbitrary-shaped clusters.

×