Skip to content
Snippets Groups Projects
Commit c4364fff authored by Saidi Aya's avatar Saidi Aya
Browse files

Update knn.py

parent b1739e66
No related branches found
No related tags found
No related merge requests found
#Libraries #Libraries
import numpy as np import numpy as np
import matplotlib.pyplot as plt
#Functions #Functions
def distance_matrix(Y , X): def distance_matrix(Y , X):
#This function takes as parameters two matrices X and Y #This function takes as parameters two matrices X and Y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment