HistogramProtoOrBuilder

interface pública HistogramProtoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

public abstract double getBucket (índice int)

repeated double bucket = 7 [packed = true];

public abstract int getBucketCount ()

repeated double bucket = 7 [packed = true];

public abstract double getBucketLimit (í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];

public abstract 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];

public abstract List <Double> getBucketList ()

repeated double bucket = 7 [packed = true];

public abstract double getMax ()

double max = 2;

public abstract double getMin ()

double min = 1;

public abstract double getNum ()

double num = 3;

public abstract double getSum ()

double sum = 4;

public abstract double getSumSquares ()

double sum_squares = 5;