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:

  1. Stop the LikeMinds server inside the WebSphere Application Server.
  2. 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.

    Note: The default value for this parameter is 10.