DailySketchConfiguration constructor

DailySketchConfiguration()

Implementation

DailySketchConfiguration()
    : weightsOfReportType = <double?>[null, null, null, null, null, null],
      weightsOfContagiousness = <double?>[null, null, null],
      thresholdOfAttenuationInDb = <int>[],
      weightsOfAttenuationBucket = <double>[],
      thresholdOfDaysSinceHit = 0,
      minWindowScore = 0.0;