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.

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
create(Scope scope, Operand<?> quantileStreamResourceHandle, Long numFeatures)
Factory method to create a class wrapping a new BoostedTreesQuantileStreamResourceGetBucketBoundaries operation.
Iterator<Operand<TFloat32>>

Inherited Methods

org.tensorflow.op.RawOp
final boolean
equals(Object obj)
final int
Operation
op()
Return this unit of computation as a single 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()
org.tensorflow.op.Op
abstract ExecutionEnvironment
env()
Return the execution environment this op was created in.
abstract Operation
op()
Return this unit of computation as a single Operation.
abstract void
forEach(Consumer<? super T> arg0)
abstract Iterator<Operand<TFloat32>>
iterator()
abstract Spliterator<Operand<TFloat32>>
spliterator()

Constants

public static final String OP_NAME

The name of this op, as known by TensorFlow core engine

Constant Value: "BoostedTreesQuantileStreamResourceGetBucketBoundaries"

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

public Iterator<Operand<TFloat32>> iterator ()