SEMOSS / Semoss

Apache License 2.0
28 stars 5 forks source link

Added Support for Cosine Similarity in Distance Method Selection #177

Closed Khumar23 closed 3 weeks ago

Khumar23 commented 3 weeks ago

This pull request updates the distance calculation logic to support both Cosine Similarity and Euclidean Distance based on the specified method from the SMSS file. Previously, the code defaulted to Euclidean Distance.

Key changes include: