DailySketchConfiguration class

Properties

hashCode int
The hash code for this object.
no setteroverride
minWindowScore double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thresholdOfAttenuationInDb List<int>?
getter/setter pair
thresholdOfDaysSinceHit int?
getter/setter pair
weightsOfAttenuationBucket List<double>?
getter/setter pair
weightsOfContagiousness List<double?>?
getter/setter pair
weightsOfReportType List<double?>?
getter/setter pair

Methods

getMinWindowScore() double?
getThresholdOfAttenuationInDb() List<int>
getThresholdOfDaysSinceHit() int?
getWeightsOfAttenuationBucket() List<double>
getWeightsOfContagiousness() Map<int, double?>
getWeightsOfReportType() Map<int, double?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMinWindowScore(double minWindowScore) → void
setThresholdOfDaysSinceHit(int thresholdOfDaysSinceHit) → void
setThresholdsOfAttenuationInDb(List<int> thresholdOfAttenuationInDb, List<double> weightsOfAttenuationBucket) → void
setWeightOfContagiousness(int index, double weightOfContagiousness) → void
setWeightOfReportType(int reportType, double weightOfReportType) → void
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override