Click or drag to resize

GraphEditDistance Method

http://www.emgu.com
EditDistance

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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

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

See Also