Click or drag to resize

GraphBoostedTreesAggregateStats Method

http://www.emgu.com
BoostedTreesAggregateStats

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

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
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.BoostedTreesAggregateStats(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Int64,System.String)"]

See Also