BoostedTreesQuantileStreamResourceGetBucketBoundaries

public final class BoostedTreesQuantileStreamResourceGetBucketBoundaries

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.

Public Methods

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 wrapping a new BoostedTreesQuantileStreamResourceGetBucketBoundaries operation.
Iterator<Operand<Float>>

Inherited Methods

org.tensorflow.op.PrimitiveOp
final boolean
equals(Object obj)
final int
Operation
op()
Returns the underlying Operation
final String
boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
void
forEach(Consumer<? super T> arg0)
abstract Iterator<Operand<Float>>
iterator()
Spliterator<Operand<Float>>
spliterator()

Public Methods

public List<Output<Float>> 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

public Iterator<Operand<Float>> iterator ()