TopNGroupScope Class

TopNGroupScope.

Inheritance
builtins.object
TopNGroupScope

Constructor

TopNGroupScope(top: int, period: int, min_top_count: int, **kwargs: Any)

Parameters

top
int
Required

Required. top N, value range : [1, +∞).

period
int
Required

Required. point count used to look back, value range : [1, +∞).

min_top_count
int
Required

Required. min count should be in top N, value range : [1, +∞) should be less than or equal to period.