Click or drag to resize

MobilenetSortResults Method

https://www.emgu.com
Sort the result from the most likely to the less likely

Namespace:  Emgu.TF.Lite.Models
Assembly:  Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public MobilenetRecognitionResult[] SortResults(
	float[] probabilities
)

Parameters

probabilities
Type: SystemSingle
The probability for the classes, this should be the values of the output tensor

Return Value

Type: MobilenetRecognitionResult
The recognition result, sorted by likelihood.
See Also