GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket class

A DeltaPresenceEstimationHistogramBucket message with the following values: min_probability: 0.1 max_probability: 0.2 frequency: 42 means that there are 42 records for which δ is in [0.1, 0.2).

An important particular case is when min_probability = max_probability = 1: then, every individual who shares this quasi-identifier combination is in the dataset.

Properties

bucketSize String?
Number of records within these probability bounds.
getter/setter pair
bucketValueCount String?
Total number of distinct quasi-identifier tuple values in this bucket.
getter/setter pair
bucketValues List<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues>?
Sample of quasi-identifier tuple values in this bucket.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxProbability double?
Always greater than or equal to min_probability.
getter/setter pair
minProbability double?
Between 0 and 1.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited