TagPerformance Class

Definition

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.

Applies to