Click or drag to resize

GraphTensorForestTreePredict Method

http://www.emgu.com
TensorForestTreePredict

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation TensorForestTreePredict(
	Output tree_handle,
	Output dense_features,
	long logits_dimension,
	string opName = "TensorForestTreePredict"
)

Parameters

tree_handle
Type: Emgu.TFOutput
Input to the operation.
dense_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.TensorForestTreePredict(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.String)"]

See Also