Configure time-based parameters for recency scoring and temporal filtering in Superlinked
PeriodTime
class represents a time period parameter used for temporal filtering and recency scoring. It defines how far back in time the system should consider items and how to weight them based on their age.
PeriodTime
to implement time-based filtering where only recent items are considered relevant:
period_time
will have a
recency score of 0, effectively filtering them out of similarity calculations.