Administer > Manage WebSphere Commerce features > Marketing > Collaborative filtering > WebSphere Commerce Recommendation Engine powered by LikeMinds > Background LikeMinds utilities
Specify 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:
Procedure
- 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'
- Start the LikeMinds server inside the WebSphere Application Server.
Results
The default value for this parameter is 10.