Click or drag to resize

GraphBoostedTreesMakeStatsSummary Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] stats_summary(type: DtFloat).
See Also