HistogramProtoOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
HistogramProto |
Serialization format for histogram module in
core/lib/histogram/histogram.h
Protobuf type tensorflow.HistogramProto
|
HistogramProto.Builder |
Serialization format for histogram module in
core/lib/histogram/histogram.h
Protobuf type tensorflow.HistogramProto
|
|
Public Methods
abstract
double
|
getBucket(int index)
repeated double bucket = 7 [packed = true];
|
abstract
int
|
|
abstract
double
|
getBucketLimit(int index)
Parallel arrays encoding the bucket boundaries and the bucket values.
|
abstract
int
|
|
abstract
List<Double>
|
getBucketLimitList()
Parallel arrays encoding the bucket boundaries and the bucket values.
|
abstract
List<Double>
|
|
abstract
double
|
|
abstract
double
|
|
abstract
double
|
|
abstract
double
|
|
abstract
double
|
|
Public Methods
public
abstract
double
getBucket
(int index)
repeated double bucket = 7 [packed = true];
public
abstract
int
getBucketCount
()
repeated double bucket = 7 [packed = true];
public
abstract
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];
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
()
public
abstract
double
getMin
()
public
abstract
double
getNum
()
public
abstract
double
getSum
()
public
abstract
double
getSumSquares
()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# HistogramProtoOrBuilder\n\npublic interface **HistogramProtoOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [HistogramProto](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProto), [HistogramProto.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProto.Builder) |----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------| | [HistogramProto](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProto) | ``` Serialization format for histogram module in core/lib/histogram/histogram.h ``` Protobuf type `tensorflow.HistogramProto` | | [HistogramProto.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProto.Builder) | ``` Serialization format for histogram module in core/lib/histogram/histogram.h ``` Protobuf type `tensorflow.HistogramProto` | |||\n\n### Public Methods\n\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract double | [getBucket](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getBucket(int))(int index) `repeated double bucket = 7 [packed = true];` |\n| abstract int | [getBucketCount](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getBucketCount())() `repeated double bucket = 7 [packed = true];` |\n| abstract double | [getBucketLimit](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getBucketLimit(int))(int index) ``` Parallel arrays encoding the bucket boundaries and the bucket values. ``` |\n| abstract int | [getBucketLimitCount](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getBucketLimitCount())() ``` Parallel arrays encoding the bucket boundaries and the bucket values. ``` |\n| abstract List\\\u003cDouble\\\u003e | [getBucketLimitList](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getBucketLimitList())() ``` Parallel arrays encoding the bucket boundaries and the bucket values. ``` |\n| abstract List\\\u003cDouble\\\u003e | [getBucketList](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getBucketList())() `repeated double bucket = 7 [packed = true];` |\n| abstract double | [getMax](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getMax())() `double max = 2;` |\n| abstract double | [getMin](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getMin())() `double min = 1;` |\n| abstract double | [getNum](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getNum())() `double num = 3;` |\n| abstract double | [getSum](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getSum())() `double sum = 4;` |\n| abstract double | [getSumSquares](/jvm/api_docs/java/org/tensorflow/proto/framework/HistogramProtoOrBuilder#getSumSquares())() `double sum_squares = 5;` |\n\nPublic Methods\n--------------\n\n#### public abstract double\n**getBucket**\n(int index)\n\n`repeated double bucket = 7 [packed = true];` \n\n#### public abstract int\n**getBucketCount**\n()\n\n`repeated double bucket = 7 [packed = true];` \n\n#### public abstract double\n**getBucketLimit**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Parallel arrays encoding the bucket boundaries and the bucket values.\n bucket(i) is the count for the bucket i. The range for\n a bucket is:\n i == 0: -DBL_MAX .. bucket_limit(0)\n i != 0: bucket_limit(i-1) .. bucket_limit(i)\n \n```\n`repeated double bucket_limit = 6 [packed = true];`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getBucketLimitCount**\n()\n\n\u003cbr /\u003e\n\n```\n Parallel arrays encoding the bucket boundaries and the bucket values.\n bucket(i) is the count for the bucket i. The range for\n a bucket is:\n i == 0: -DBL_MAX .. bucket_limit(0)\n i != 0: bucket_limit(i-1) .. bucket_limit(i)\n \n```\n`repeated double bucket_limit = 6 [packed = true];`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cDouble\\\u003e\n**getBucketLimitList**\n()\n\n\u003cbr /\u003e\n\n```\n Parallel arrays encoding the bucket boundaries and the bucket values.\n bucket(i) is the count for the bucket i. The range for\n a bucket is:\n i == 0: -DBL_MAX .. bucket_limit(0)\n i != 0: bucket_limit(i-1) .. bucket_limit(i)\n \n```\n`repeated double bucket_limit = 6 [packed = true];`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cDouble\\\u003e\n**getBucketList**\n()\n\n`repeated double bucket = 7 [packed = true];` \n\n#### public abstract double\n**getMax**\n()\n\n`double max = 2;` \n\n#### public abstract double\n**getMin**\n()\n\n`double min = 1;` \n\n#### public abstract double\n**getNum**\n()\n\n`double num = 3;` \n\n#### public abstract double\n**getSum**\n()\n\n`double sum = 4;` \n\n#### public abstract double\n**getSumSquares**\n()\n\n`double sum_squares = 5;`"]]