Click or drag to resize

GraphBoostedTreesTrainingPredict Method

http://www.emgu.com
BoostedTreesTrainingPredict

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation BoostedTreesTrainingPredict(
	Output tree_ensemble_handle,
	Output cached_tree_ids,
	Output cached_node_ids,
	Output bucketized_features,
	long logits_dimension,
	string opName = "BoostedTreesTrainingPredict"
)

Parameters

tree_ensemble_handle
Type: Emgu.TFOutput
Input to the operation.
cached_tree_ids
Type: Emgu.TFOutput
Input to the operation.
cached_node_ids
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

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

See Also