zenogantner / MyMediaLite

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

automated handling of correlations #288

Open zenogantner opened 11 years ago

zenogantner commented 11 years ago

Currently, if you implement a new correlation, you need to add it explicitly to e.g. BinaryCorrelationType and to 2 KNN recommender classes.

This could be more automated, so that adding a correlation class is as simple as adding a new recommender.

zenogantner commented 11 years ago

see also: #287

zenogantner commented 11 years ago

see also #302