Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated distance_metrics.py #184

Merged
merged 2 commits into from
Oct 6, 2021

Conversation

eternal-f1ame
Copy link
Contributor

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

added mikowski and Wminkowski distance functions
Copy link
Collaborator

@kwanit1142 kwanit1142 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the end of Command-Line, insert Newline without any whitespaces (i.e cursor to be placed on the margin itself).

Added new line whithout space after the end of command line
@kwanit1142 kwanit1142 merged commit 1cfea73 into RoboticsClubIITJ:master Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add other Distance-based Cost Metrics into a Single Python Class File
2 participants