GraphEditDistance Method |
Namespace: Emgu.TF
public Operation EditDistance( Output hypothesis_indices, Output hypothesis_values, Output hypothesis_shape, Output truth_indices, Output truth_values, Output truth_shape, bool normalize = true, string opName = "EditDistance" )
Public Function EditDistance ( hypothesis_indices As Output, hypothesis_values As Output, hypothesis_shape As Output, truth_indices As Output, truth_values As Output, truth_shape As Output, Optional normalize As Boolean = true, Optional opName As String = "EditDistance" ) As Operation
public: Operation^ EditDistance( Output^ hypothesis_indices, Output^ hypothesis_values, Output^ hypothesis_shape, Output^ truth_indices, Output^ truth_values, Output^ truth_shape, bool normalize = true, String^ opName = L"EditDistance" )
member EditDistance : hypothesis_indices : Output * hypothesis_values : Output * hypothesis_shape : Output * truth_indices : Output * truth_values : Output * truth_shape : Output * ?normalize : bool * ?opName : string (* Defaults: let _normalize = defaultArg normalize true let _opName = defaultArg opName "EditDistance" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,