sourcecode/scoring/mf_base_scorer.py [681:702]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            scoredNotes[
              [
                c.noteAuthorParticipantIdKey,
                c.currentlyRatedHelpfulBoolKey,
                c.currentlyRatedNotHelpfulBoolKey,
                c.internalNoteInterceptKey,
              ]
            ],
            validRatings[
              [
                c.raterParticipantIdKey,
                c.ratingAgreesWithNoteStatusKey,
                c.ratingCountKey,
                c.successfulRatingNotHelpfulCount,
                c.successfulRatingHelpfulCount,
                c.unsuccessfulRatingNotHelpfulCount,
                c.unsuccessfulRatingHelpfulCount,
              ]
            ],
            self._minMeanNoteScore,
            self._minCRHVsCRNHRatio,
            self._minRaterAgreeRatio,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sourcecode/scoring/mf_base_scorer.py [754:775]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          scoredNotes[
            [
              c.noteAuthorParticipantIdKey,
              c.currentlyRatedHelpfulBoolKey,
              c.currentlyRatedNotHelpfulBoolKey,
              c.internalNoteInterceptKey,
            ]
          ],
          validRatings[
            [
              c.raterParticipantIdKey,
              c.ratingAgreesWithNoteStatusKey,
              c.ratingCountKey,
              c.successfulRatingNotHelpfulCount,
              c.successfulRatingHelpfulCount,
              c.unsuccessfulRatingNotHelpfulCount,
              c.unsuccessfulRatingHelpfulCount,
            ]
          ],
          self._minMeanNoteScore,
          self._minCRHVsCRNHRatio,
          self._minRaterAgreeRatio,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



