HistogramProtoOrBuilder

interfaz pública HistogramProtoOrBuilder
Subclases indirectas conocidas

Métodos públicos

doble abstracto
getBucket (índice int)
repeated double bucket = 7 [packed = true];
resumen entero
getBucketCount ()
repeated double bucket = 7 [packed = true];
doble abstracto
getBucketLimit (índice int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
resumen entero
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>
obtener lista de cubos ()
repeated double bucket = 7 [packed = true];
doble abstracto
obtenerMax ()
double max = 2;
doble abstracto
obtenerMin ()
double min = 1;
doble abstracto
obtenerNum ()
double num = 3;
doble abstracto
obtener suma ()
double sum = 4;
doble abstracto
obtenerSumaCuadrados ()
double sum_squares = 5;

Métodos públicos

getBucket doble abstracto público (índice int)

repeated double bucket = 7 [packed = true];

resumen público 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];

resumen público 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 abstracta pública <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 abstracta pública <Doble> getBucketList ()

repeated double bucket = 7 [packed = true];

resumen público doble getMax ()

double max = 2;

resumen público doble getMin ()

double min = 1;

resumen público doble getNum ()

double num = 3;

resumen público doble getSum ()

double sum = 4;

resumen público doble getSumSquares ()

double sum_squares = 5;