While building recommendations with Apache Mahout, I've noticed that one can add a timestamp to DataModel (e.g. FileDataModel or PostgreSQLJDBCDataModel).

Is this value used internally to improve the recommendations (maybe to weight preference)? Or is it just to manually get the timestamp and do some own calculations? If it is only for own use, how does it affect the performance/memory usage on large scale?

有帮助吗?

解决方案

None of the supplied implementations use it, but you could write one that does.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top