Hi all,
I want to build a custom recommender and for that reason I need to
change the RecommenderServlet class.
I import a package, say
org.apache.mahout.cf.taste.example.grouplens.GroupLensRecommender;
and when I try to start jetty server I get the following complilation
failure message:
C:\Users\lef\Desktop\mahout-0.3-src\mahout-0.3\taste-web\src\main\java\org\apach
e\mahout\cf\taste\web\RecommenderServlet.java:[36,51] package
org.apache.mahout.
cf.taste.example.grouplens does not exist
How can i solve this problem? Is it possible to import other than the
default packages in RecommenderServlet class?
Thanks in advance,
-Lef