zenogantner / MyMediaLite

recommender system library for the CLR (.NET)
http://mymedialite.net
501 stars 190 forks source link

support abbreviated command-line arguments #307

Open zenogantner opened 11 years ago

zenogantner commented 11 years ago

e.g.

--online-eval or --online instead of --online-evaluation

--rec instead of --recommender

Need to hack Options.cs for that.