Specifying the minimum number of Clickstream activities for a user
To specify the minimum number of clickstream activities a user must make before the engine makes recommendations for that user:
- Stop the LikeMinds server inside the WebSphere Application Server.
- Use any database modification tool to connect to the database, and to enter following SQL statement to the database (on one line):
update lps_cfg set value='2' where name='engActivity.engine.saturn.tune.predictable.min_xactions_cutoff'
Note: The default value for this parameter is 10.
(C) Copyright IBM Corporation 1996, 2006. All Rights Reserved.