package differential_privacy

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ApproxBoundsSummary

summary.proto:182

Used in: BoundedMeanSummary, BoundedSumSummary, BoundedVarianceSummary, BoundsSummary

message BinarySearchSummary

summary.proto:175

message BoundedMeanSummary

summary.proto:118

Next ID: 8

message BoundedQuantilesSummary

summary.proto:48

message BoundedSumSummary

summary.proto:65

Next ID: 13

Used in: BoundedMeanSummary, BoundedVarianceSummary

message BoundedVarianceSummary

summary.proto:140

Used for BoundedVariance and BoundedStandardDeviation algorithms. Next ID: 11

message BoundingReport

data.proto:68

Accuracy information about results of automatic bounding algorithms. When ApproxBounds is called by bounded algorithms, the BoundingReport can be used to pass differentially private intermediate results to help users understand the accuracy implications of the output.

Used in: Output.ErrorReport

message BoundsSummary

summary.proto:188

Next ID: 3

Used in: BoundedMeanSummary, BoundedSumSummary, BoundedVarianceSummary

message ConfidenceInterval

confidence-interval.proto:23

Used in: Output.Element

message CountSummary

summary.proto:35

Used in: BoundedMeanSummary, BoundedVarianceSummary

message Elements

summary.proto:167

message HistogramSummary

summary.proto:171

message LongBoundedSumSummary

summary.proto:96

enum MechanismType

summary.proto:108

Used in: BoundedQuantilesSummary, BoundedSumSummary, CountSummary, LongBoundedSumSummary

message Output

data.proto:37

Output data produced by a differentially private algorithm.

message Output.Element

data.proto:38

Used in: Output

message Output.ErrorReport

data.proto:51

Contains information about algorithm accuracy.

Used in: Output

message PreAggSelectPartitionSummary

summary.proto:195

message Summary

summary.proto:30

Serialized summary data of a subset of the input data, to be merged at a later time.

message ValueType

data.proto:28

Defining our own value type to restrict the acceptable data types. It would change as per the future extensions.

Used in: BinarySearchSummary, BoundedMeanSummary, BoundedSumSummary, BoundedVarianceSummary, BoundingReport, LongBoundedSumSummary, Output.Element