공개 인터페이스 HistogramProtoOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 더블 | getBucket (정수 인덱스) repeated double bucket = 7 [packed = true]; |
추상 정수 | getBucketCount () repeated double bucket = 7 [packed = true]; |
추상 더블 | getBucketLimit (정수 인덱스) Parallel arrays encoding the bucket boundaries and the bucket values. |
추상 정수 | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
추상 목록<Double> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
추상 목록<Double> | getBucketList () repeated double bucket = 7 [packed = true]; |
추상 더블 | getMax () double max = 2; |
추상 더블 | 최소 () double min = 1; |
추상 더블 | getNum () double num = 3; |
추상 더블 | getSum () double sum = 4; |
추상 더블 | getSumSquares () double sum_squares = 5; |
공개 방법
공개 추상 이중 getBucket (int 인덱스)
repeated double bucket = 7 [packed = true];
공개 추상 int getBucketCount ()
repeated double bucket = 7 [packed = true];
공개 추상 이중 getBucketLimit (int 인덱스)
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];
공개 추상 List<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];
공개 추상 List<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;