Click or drag to resize

GraphBoostedTreesCenterBias Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation BoostedTreesCenterBias(
	Output tree_ensemble_handle,
	Output mean_gradients,
	Output mean_hessians,
	Output l1,
	Output l2,
	string opName = "BoostedTreesCenterBias"
)

Parameters

tree_ensemble_handle
Type: Emgu.TFOutput
Input to the operation.
mean_gradients
Type: Emgu.TFOutput
Input to the operation.
mean_hessians
Type: Emgu.TFOutput
Input to the operation.
l1
Type: Emgu.TFOutput
Input to the operation.
l2
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] continue_centering(type: DtBool).
See Also