Click or drag to resize

GraphBoostedTreesMakeStatsSummary Method

http://www.emgu.com
BoostedTreesMakeStatsSummary

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation BoostedTreesMakeStatsSummary(
	Output node_ids,
	Output gradients,
	Output hessians,
	Output bucketized_features_list,
	long max_splits,
	long num_buckets,
	string opName = "BoostedTreesMakeStatsSummary"
)

Parameters

node_ids
Type: Emgu.TFOutput
Input to the operation.
gradients
Type: Emgu.TFOutput
Input to the operation.
hessians
Type: Emgu.TFOutput
Input to the operation.
bucketized_features_list
Type: Emgu.TFOutput
Input to the operation.
max_splits
Type: SystemInt64
max splits
num_buckets
Type: SystemInt64
num buckets
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also