Click or drag to resize

GraphBoostedTreesUpdateEnsembleV2 Method

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

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

Parameters

tree_ensemble_handle
Type: Emgu.TFOutput
Input to the operation.
feature_ids
Type: Emgu.TFOutput
Input to the operation.
dimension_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.
split_types
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: Emgu.TFOutput
Input to the operation.
logits_dimension (Optional)
Type: SystemInt64
logits dimension
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also