RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Updated distance_metrics.py #184

Closed eternal-f1ame closed 2 years ago

eternal-f1ame commented 2 years ago

added Minkowski and WMinkowski distance functions

References to other Issues or PRs or Relevant literature

Fixes #175

Brief description of what is fixed or changed

created the functions for calculating Minkowski and Weighted Minkowski distances between the vectors of two given arrays

Other comments