Click or drag to resize

GraphBoostedTreesExampleDebugOutputs Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation BoostedTreesExampleDebugOutputs(
	Output tree_ensemble_handle,
	Output bucketized_features,
	long logits_dimension,
	string opName = "BoostedTreesExampleDebugOutputs"
)

Parameters

tree_ensemble_handle
Type: Emgu.TFOutput
Input to the operation.
bucketized_features
Type: Emgu.TFOutput
Input to the operation.
logits_dimension
Type: SystemInt64
logits dimension
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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