public interface HistogramProtoOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getBucket(int index)
repeated double bucket = 7 [packed = true]; |
int |
getBucketCount()
repeated double bucket = 7 [packed = true]; |
double |
getBucketLimit(int index)
Parallel arrays encoding the bucket boundaries and the bucket values.
|
int |
getBucketLimitCount()
Parallel arrays encoding the bucket boundaries and the bucket values.
|
List<Double> |
getBucketLimitList()
Parallel arrays encoding the bucket boundaries and the bucket values.
|
List<Double> |
getBucketList()
repeated double bucket = 7 [packed = true]; |
double |
getMax()
double max = 2; |
double |
getMin()
double min = 1; |
double |
getNum()
double num = 3; |
double |
getSum()
double sum = 4; |
double |
getSumSquares()
double sum_squares = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getMin()
double min = 1;double getMax()
double max = 2;double getNum()
double num = 3;double getSum()
double sum = 4;double getSumSquares()
double sum_squares = 5;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];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];double getBucketLimit(int index)
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];int getBucketCount()
repeated double bucket = 7 [packed = true];double getBucket(int index)
repeated double bucket = 7 [packed = true];Copyright © 2021. All rights reserved.