GraphTensorForestTreePredict Method |
Namespace: Emgu.TF
public Operation TensorForestTreePredict( Output tree_handle, Output dense_features, long logits_dimension, string opName = "TensorForestTreePredict" )
Public Function TensorForestTreePredict ( tree_handle As Output, dense_features As Output, logits_dimension As Long, Optional opName As String = "TensorForestTreePredict" ) As Operation
public: Operation^ TensorForestTreePredict( Output^ tree_handle, Output^ dense_features, long long logits_dimension, String^ opName = L"TensorForestTreePredict" )
member TensorForestTreePredict : tree_handle : Output * dense_features : Output * logits_dimension : int64 * ?opName : string (* Defaults: let _opName = defaultArg opName "TensorForestTreePredict" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.TensorForestTreePredict(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.String)"]
2019 Emgu Corporation, All Rights Reserved,