Click or drag to resize

GraphBoostedTreesMakeQuantileSummaries Method

http://www.emgu.com
BoostedTreesMakeQuantileSummaries

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation BoostedTreesMakeQuantileSummaries(
	Output float_values,
	Output example_weights,
	Output epsilon,
	string opName = "BoostedTreesMakeQuantileSummaries"
)

Parameters

float_values
Type: Emgu.TFOutput
Input to the operation.
example_weights
Type: Emgu.TFOutput
Input to the operation.
epsilon
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.BoostedTreesMakeQuantileSummaries(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also