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



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



