Skip to content
#

euclidean-distance

Here are 59 public repositories matching this topic...

A Java console application that implements the factionality of the knn algorithm to find the similarity between a new user's location preferences and the locations. The binary data (0,1) are the location characteristics.

  • Updated Dec 17, 2019
  • Java

A Java console application that implements the factionality of the knn algorithm to find the similarity between a new user with only a few non zero ratings of some locations, find the k nearest neighbors through similarity score and then predict the ratings of the new user for the non rated locations.

  • Updated Dec 18, 2019
  • Java

A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings and RMSE to calculate the ideal k for our dataset.

  • Updated Dec 22, 2019
  • Java

This Lua module calculates the "infinite distance" between two sprites and detects the collision between them. Integration of the following specific distance cases: Manhattan distance (K distance with k = 1), Euclidean distance (K distance with k = 2), K distance (with k > 2). Integration of scale factors a and b for sprites.

  • Updated May 29, 2020
  • Lua

Improve this page

Add a description, image, and links to the euclidean-distance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the euclidean-distance topic, visit your repo's landing page and select "manage topics."

Learn more