Click or drag to resize

GraphBoostedTreesGetEnsembleStates Method

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

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

Parameters

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

Return Value

Type: Operation
The operation, where: [0] stamp_token(type: DtInt64). [1] num_trees(type: DtInt32). [2] num_finalized_trees(type: DtInt32). [3] num_attempted_layers(type: DtInt32). [4] last_layer_nodes_range(type: DtInt32).
See Also