Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 411 Bytes

File metadata and controls

7 lines (7 loc) · 411 Bytes
  1. Uses the Pandas library to read the csv files.
  2. Then, numpy is used to extract the data (1d array) because a list is no bueno
  3. Create a common grid, finding the biggest step so no fake details
  4. Interpolate the data by estimating the values between the data.
  5. Calculate the SAM which is the dot product
  6. Find the cosine similarity and normalization (linear).
  7. Plot the graph using matplotlib.