Generate the bucket boundaries for each feature based on accumulated summaries.
An op that returns a list of float tensors for a quantile stream resource. Each tensor is Rank 1 containing bucket boundaries for a single feature.
Constants
String | OP_NAME | The name of this op, as known by TensorFlow core engine |
Public Methods
List<Output<TFloat32>> |
bucketBoundaries()
float; List of Rank 1 Tensors each containing the bucket boundaries for a feature.
|
static BoostedTreesQuantileStreamResourceGetBucketBoundaries | |
Iterator<Operand<TFloat32>> |
iterator()
|
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Public Methods
public List<Output<TFloat32>> bucketBoundaries ()
float; List of Rank 1 Tensors each containing the bucket boundaries for a feature.
public static BoostedTreesQuantileStreamResourceGetBucketBoundaries create (Scope scope, Operand<?> quantileStreamResourceHandle, Long numFeatures)
Factory method to create a class wrapping a new BoostedTreesQuantileStreamResourceGetBucketBoundaries operation.
Parameters
scope | current scope |
---|---|
quantileStreamResourceHandle | resource handle referring to a QuantileStreamResource. |
numFeatures | inferred int; number of features to get bucket boundaries for. |
Returns
- a new instance of BoostedTreesQuantileStreamResourceGetBucketBoundaries