sourcecode/scoring/mf_base_scorer.py [151:159]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  def __init__(
    self,
    includedTopics: Set[str] = set(),
    excludeTopics: bool = False,
    includedGroups: Set[int] = set(),
    includeUnassigned: bool = False,
    strictInclusion: bool = False,
    captureThreshold: Optional[float] = None,
    seed: Optional[int] = None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sourcecode/scoring/scorer.py [36:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  def __init__(
    self,
    includedTopics: Set[str] = set(),
    excludeTopics: bool = False,
    includedGroups: Set[int] = set(),
    includeUnassigned: bool = False,
    strictInclusion: bool = False,
    captureThreshold: Optional[float] = None,
    seed: Optional[int] = None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



