Click or drag to resize

GraphEditDistance Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
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"
)

Parameters

hypothesis_indices
Type: Emgu.TFOutput
Input to the operation.
hypothesis_values
Type: Emgu.TFOutput
Input to the operation.
hypothesis_shape
Type: Emgu.TFOutput
Input to the operation.
truth_indices
Type: Emgu.TFOutput
Input to the operation.
truth_values
Type: Emgu.TFOutput
Input to the operation.
truth_shape
Type: Emgu.TFOutput
Input to the operation.
normalize (Optional)
Type: SystemBoolean
normalize
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtFloat).
See Also