HistogramProtoOrBuilder

interfaz pública HistogramProtoOrBuilder
Subclases indirectas conocidas

Métodos públicos

doble abstracto
getBucket (índice int)
repeated double bucket = 7 [packed = true];
int abstracto
getBucketCount ()
repeated double bucket = 7 [packed = true];
doble abstracto
getBucketLimit (índice int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
int abstracto
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
Lista abstracta <Doble>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
Lista abstracta <Doble>
getBucketList ()
repeated double bucket = 7 [packed = true];
doble abstracto
getMax ()
double max = 2;
doble abstracto
getMin ()
double min = 1;
doble abstracto
getNum ()
double num = 3;
doble abstracto
getSum ()
double sum = 4;
doble abstracto
getSumSquares ()
double sum_squares = 5;

Métodos públicos

getBucket doble abstracto público (índice int)

repeated double bucket = 7 [packed = true];

public abstract int getBucketCount ()

repeated double bucket = 7 [packed = true];

getBucketLimit doble abstracto público (índice 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 abstract 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];

Lista pública abstracta <Doble> 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];

Lista pública abstracta <Doble> getBucketList ()

repeated double bucket = 7 [packed = true];

público abstracto doble getMax ()

double max = 2;

público abstracto doble getMin ()

double min = 1;

público abstracto doble getNum ()

double num = 3;

público abstracto doble getSum ()

double sum = 4;

público abstracto doble getSumSquares ()

double sum_squares = 5;