Click or drag to resize

GraphBoostedTreesUpdateEnsembleV2 Method

http://www.emgu.com
BoostedTreesUpdateEnsembleV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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,
	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.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also