Click or drag to resize

GraphBoostedTreesSparseAggregateStats Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation BoostedTreesSparseAggregateStats(
	Output node_ids,
	Output gradients,
	Output hessians,
	Output feature_indices,
	Output feature_values,
	Output feature_shape,
	long max_splits,
	long num_buckets,
	string opName = "BoostedTreesSparseAggregateStats"
)

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.
feature_indices
Type: Emgu.TFOutput
Input to the operation.
feature_values
Type: Emgu.TFOutput
Input to the operation.
feature_shape
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_indices(type: DtInt32). [1] stats_summary_values(type: DtFloat). [2] stats_summary_shape(type: DtInt32).
See Also