Click or drag to resize

GraphBoostedTreesUpdateEnsemble Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation BoostedTreesUpdateEnsemble(
	Output tree_ensemble_handle,
	Output feature_ids,
	Output node_ids,
	Output gains,
	Output thresholds,
	Output left_node_contribs,
	Output right_node_contribs,
	Output max_depth,
	Output learning_rate,
	long pruning_mode,
	string opName = "BoostedTreesUpdateEnsemble"
)

Parameters

tree_ensemble_handle
Type: Emgu.TFOutput
Input to the operation.
feature_ids
Type: Emgu.TFOutput
Input to the operation.
node_ids
Type: Emgu.TFOutput
Input to the operation.
gains
Type: Emgu.TFOutput
Input to the operation.
thresholds
Type: Emgu.TFOutput
Input to the operation.
left_node_contribs
Type: Emgu.TFOutput
Input to the operation.
right_node_contribs
Type: Emgu.TFOutput
Input to the operation.
max_depth
Type: Emgu.TFOutput
Input to the operation.
learning_rate
Type: Emgu.TFOutput
Input to the operation.
pruning_mode
Type: SystemInt64
pruning mode
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also