+

Search Tips   |   Advanced Search

The LikeMinds utilities

The following utilities support the background processes operating on the database when the LikeMinds server is running:

sifter Runs continuously to identify mentors for new users and recomputes the best set of mentors for existing users. The mentor set for a user may change as the sifter gathers more information about the user or the mentors. The sifter identifies mentors for the Preference, and Clickstream engines.
buildstats Runs once a day to update statistics for each item, such as the number of ratings or transactions, the average rating, the standard deviation in the average rating, and the default recommendation information. The Clickstream and Preference engines use buildstat. The Item Affinity engine does not.
buildvisit Runs daily to construct lists of items to be presented to users for rating. Used by Preference engine. If the applications do not use the Preference engine, buildvisit is not necessary.
accumulator For the Item Affinity engine, the accumulator (listed as lpsIAA in the util directory) accumulates the number of times every possible item-to-item combination occurs and writes its findings to an output table specified by the item affinity set. An item affinity set defines the type of data required to build an item-to-item combination.


Parent: LikeMinds Recommendations