I could not come up with an algorithm for the scenario I have.
Problem I have: I have a movie name which is associated with features like emotions,imdb rating,user rating etc.This is how it looks
MovieName | Rating | Polarity | Action | Adventure....
------------------------------------------------------
I want to plot all the fields associated with the movie(rating,polarity..) in a plane with dimension equals to the number of features. I want to do this for all the rows or the instances I have. And whenever the new response I get like new movie name with same fields, I want to plot it too and also wants to get Movie Name of K closest match. Say new movie that user inputs is The Shawshank redemption, so I want to plot it with other instances and wants to get 5 closest match (Movie name of the match).
Any leads appreciated.