Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccessRankPolicy

Hierarchy

Implements

Index

Constructors

constructor

Properties

name

name: string = "AccessRank"

Methods

Private computeCRFScores

  • Compute and return the CRF (Combined Recency and Frequency) component of the score of each given item.

    Parameters

    • items: Item[]

      The list of items to rank.

    • itemClicksAnalysis: ItemClicksAnalysis

      The item clicks analysis to use to assign scores.

    Returns Map<Item, number>

    A map from items to their CRF sub-scores.

Private computeMarkovScores

Private computeRegularityScores

  • Compute and return the regularity component of the score of each given item, i.e. what is called Time Weighting in AccessRank paper.

    Parameters

    • items: Item[]

      The list of items to rank.

    • itemClicksAnalysis: ItemClicksAnalysis

      The item clicks analysis to use to assign scores.

    Returns Map<Item, number>

    A map from items to their regularity sub-scores.

getSortedItemGroups

getSortedItemGroupsWithScores

getSortedItems

getSortedItemsWithScores

Generated using TypeDoc