HistogramProtoOrBuilder

genel arayüz HistogramProtoOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut çift
getBucket (int dizini)
repeated double bucket = 7 [packed = true];
soyut int
getBucketCount ()
repeated double bucket = 7 [packed = true];
soyut çift
getBucketLimit (int dizini)
 Parallel arrays encoding the bucket boundaries and the bucket values.
soyut int
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
özet Listesi<Çift>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
özet Listesi<Çift>
getBucketList ()
repeated double bucket = 7 [packed = true];
soyut çift
getMax ()
double max = 2;
soyut çift
getMin ()
double min = 1;
soyut çift
getNum ()
double num = 3;
soyut çift
getSum ()
double sum = 4;
soyut çift
getSumSquares ()
double sum_squares = 5;

Genel Yöntemler

genel soyut çift getBucket (int indeksi)

repeated double bucket = 7 [packed = true];

genel özet int getBucketCount ()

repeated double bucket = 7 [packed = true];

genel soyut çift getBucketLimit (int indeksi)

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

genel özet 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];

genel özet Listesi<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];

genel özet Listesi<Double> getBucketList ()

repeated double bucket = 7 [packed = true];

genel soyut çift getMax ()

double max = 2;

genel soyut çift getMin ()

double min = 1;

genel soyut çift getNum ()

double num = 3;

genel soyut çift getSum ()

double sum = 4;

genel soyut çift getSumSquares ()

double sum_squares = 5;