Click or drag to resize

GraphBoostedTreesCreateQuantileStreamResource Method

http://www.emgu.com
BoostedTreesCreateQuantileStreamResource

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.BoostedTreesCreateQuantileStreamResource(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.String)"]

See Also