public final class BoostedTreesQuantileStreamResourceGetBucketBoundaries extends PrimitiveOp implements Iterable<Operand<Float>>
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.
operation| Modifier and Type | Method and Description |
|---|---|
List<Output<Float>> |
bucketBoundaries()
float; List of Rank 1 Tensors each containing the bucket boundaries for a feature.
|
static BoostedTreesQuantileStreamResourceGetBucketBoundaries |
create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Long numFeatures)
Factory method to create a class to wrap a new BoostedTreesQuantileStreamResourceGetBucketBoundaries operation to the graph.
|
Iterator<Operand<Float>> |
iterator() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static BoostedTreesQuantileStreamResourceGetBucketBoundaries create(Scope scope, Operand<?> quantileStreamResourceHandle, Long numFeatures)
scope - current graph scopequantileStreamResourceHandle - resource handle referring to a QuantileStreamResource.numFeatures - inferred int; number of features to get bucket boundaries for.public List<Output<Float>> bucketBoundaries()
Copyright © 2015–2019. All rights reserved.