Click or drag to resize

GraphBoostedTreesUpdateEnsemble Method

http://www.emgu.com
BoostedTreesUpdateEnsemble

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

[Missing <returns> documentation for "M:Emgu.TF.Graph.BoostedTreesUpdateEnsemble(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.Int64,System.String)"]

See Also