TagPerformance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents performance data for a particular tag in a trained iteration.
public class TagPerformance
type TagPerformance = class
Public Class TagPerformance
- Inheritance
-
TagPerformance
Constructors
TagPerformance() |
Initializes a new instance of the TagPerformance class. |
TagPerformance(Guid, String, Double, Double, Double, Double, Nullable<Double>) |
Initializes a new instance of the TagPerformance class. |
Properties
AveragePrecision |
Gets the average precision when applicable. |
Id | |
Name | |
Precision |
Gets the precision. |
PrecisionStdDeviation |
Gets the standard deviation for the precision. |
Recall |
Gets the recall. |
RecallStdDeviation |
Gets the standard deviation for the recall. |