Click or drag to resize

GraphBoostedTreesCreateQuantileStreamResource Method

https://www.emgu.com/wiki/index.php/Emgu_TF
BoostedTreesCreateQuantileStreamResource

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation BoostedTreesCreateQuantileStreamResource(
	Output quantile_stream_resource_handle,
	Output epsilon,
	Output num_streams,
	long max_elements = 1099511627776,
	string opName = "BoostedTreesCreateQuantileStreamResource"
)

Parameters

quantile_stream_resource_handle
Type: Emgu.TFOutput
Input to the operation.
epsilon
Type: Emgu.TFOutput
Input to the operation.
num_streams
Type: Emgu.TFOutput
Input to the operation.
max_elements (Optional)
Type: SystemInt64
max elements
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also