kmcuda
kmcuda copied to clipboard
KMeans_CUDA with custom metric mahalanobis distance
Hello, I wanted to use k means gpu code for clustering. However, I have a special requirement to use a custom distance metric i.e mahalanobis distance. Can you please guide me what changes need to be done to introduce custom metric in existing code?
Thank you.