Click or drag to resize

GraphBoostedTreesSparseAggregateStats Method

http://www.emgu.com
BoostedTreesSparseAggregateStats

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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

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

See Also