guoguibing / librec

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

how to run the algorithm of mine in the console #249

Closed xinzzzhou closed 6 years ago

xinzzzhou commented 6 years ago

I developed my algorithm based on the librec. But cannot run in the console, may be cannot find the map of my algorithm.

I have already specified which configuration file to use on the command line, as well as the mapping of my algorithm in driver.class.props.

The original algorithm of librec can be run on the console.

Can anyone help me solve the problem?

SunYatong commented 6 years ago

Like I said before, you only modified the source code while the console executes the librec-core-2.0.0.jar file. So you have to compile your code into a new .jar file.