interface publique HistogramProtoOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
double abstrait | getBucket (index entier) repeated double bucket = 7 [packed = true]; |
abstrait entier | getBucketCount () repeated double bucket = 7 [packed = true]; |
double abstrait | getBucketLimit (index int) Parallel arrays encoding the bucket boundaries and the bucket values. |
abstrait entier | getBucketLimitCount () Parallel arrays encoding the bucket boundaries and the bucket values. |
Liste abstraite<Double> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
Liste abstraite<Double> | getBucketList () repeated double bucket = 7 [packed = true]; |
double abstrait | obtenirMax () double max = 2; |
double abstrait | obtenirMin () double min = 1; |
double abstrait | obtenirNum () double num = 3; |
double abstrait | getSomme () double sum = 4; |
double abstrait | getSumSquares () double sum_squares = 5; |
Méthodes publiques
public abstrait double getBucket (index int)
repeated double bucket = 7 [packed = true];
public abstrait int getBucketCount ()
repeated double bucket = 7 [packed = true];
public abstrait double getBucketLimit (index 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];
public abstrait 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];
liste abstraite publique<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];
liste abstraite publique<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
public abstrait double getMax ()
double max = 2;
public abstrait double getMin ()
double min = 1;
résumé public double getNum ()
double num = 3;
public abstrait double getSum ()
double sum = 4;
public abstrait double getSumSquares ()
double sum_squares = 5;