Click or drag to resize

GraphBoostedTreesQuantileStreamResourceAddSummaries Method

http://www.emgu.com
BoostedTreesQuantileStreamResourceAddSummaries

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation BoostedTreesQuantileStreamResourceAddSummaries(
	Output quantile_stream_resource_handle,
	Output summaries,
	string opName = "BoostedTreesQuantileStreamResourceAddSummaries"
)

Parameters

quantile_stream_resource_handle
Type: Emgu.TFOutput
Input to the operation.
summaries
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also