For unsupervised processing, there is a choice of distance function to use for clustering. The options are:
Euclidean |
Traditional Euclidean distance. The distance between two objects will be calculated as the square root of the sum of the squares of the difference in each dimension. |
Manhattan |
The distance between two objects will be calculated as the sum of the absolute value of the difference in each dimension. |
One Class |
A proprietary distance function that works well for highly imbalanced datasets. |
Comments
0 comments
Please sign in to leave a comment.