Hi all: Does anyone have any suggestions for the questions below?
thanks a lot. ------------------ Original ------------------ Sender: "N!"<[email protected]>; Send time: Wednesday, Feb 12, 2014 6:17 PM To: "user"<[email protected]>; Subject: Re: get similar items Hi Sean: Thanks for the reply. Assume I have only one table named 'movie' with 1000+ records, this table have three columns:'id','movieName','movieDescription'. Can Mahout calculate the most similar movies for a movie.(based on only the 'movie' table)? code like: List mostSimilarMovieList = recommender.mostSimilar(int movieId). if not, do you have any suggestions for this scenario?
