guoguibing / librec

LibRec: A Leading Java Library for Recommender Systems, see
https://www.librec.net/
Other
3.23k stars 1.03k forks source link

Modifying java document doesn't work. #310

Closed Zhuoyi-Lin closed 4 years ago

Zhuoyi-Lin commented 4 years ago

Hi,

I tried to modify the saveresult function in the java document "RecommenderJob.java", but nothing happened. Even I deleted all codes in "RecommenderJob.java", the program still works properly.

How can I do if I want to modify the process of net.librec.job.RecommenderJob.saveresult?

Thank you!

Zhuoyi-Lin commented 4 years ago

To modify the source code, I import the librec to eclipse, and merge the configurations of librec.properties into the modelxxx.properties. It works now.