ממשק ציבורי HistogramProtoOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
כפול מופשט | getBucket (int index) repeated double bucket = 7 [packed = true]; |
מופשט int | getBucketCount () repeated double bucket = 7 [packed = true]; |
כפול מופשט | getBucketLimit (int index) Parallel arrays encoding the bucket boundaries and the bucket values. |
מופשט int | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
רשימה מופשטת<כפול> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
רשימה מופשטת<כפול> | getBucketList () repeated double bucket = 7 [packed = true]; |
כפול מופשט | getMax () double max = 2; |
כפול מופשט | getMin () double min = 1; |
כפול מופשט | getNum () double num = 3; |
כפול מופשט | getSum () double sum = 4; |
כפול מופשט | getSumSquares () double sum_squares = 5; |
שיטות ציבוריות
תקציר ציבורי כפול getBucket (int index)
repeated double bucket = 7 [packed = true];
תקציר ציבורי int getBucketCount ()
repeated double bucket = 7 [packed = true];
תקציר ציבורי כפול getBucketLimit (int index)
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
תקציר ציבורי int getBucketLimitCount ()
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
רשימת תקציר ציבורית<Double> getBucketLimitList ()
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];
רשימת תקציר ציבורית<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
תקציר ציבורי כפול getMax ()
double max = 2;
תקציר ציבורי כפול getMin ()
double min = 1;
תקציר ציבורי כפול getNum ()
double num = 3;
תקציר ציבורי כפול getSum ()
double sum = 4;
תקציר ציבורי כפול getSumSquares ()
double sum_squares = 5;