TagPerformance interface

Represents performance data for a particular tag in a trained iteration.

Properties

averagePrecision

Gets the average precision when applicable. NOTE: This property will not be serialized. It can only be populated by the server.

id

NOTE: This property will not be serialized. It can only be populated by the server.

name

NOTE: This property will not be serialized. It can only be populated by the server.

precision

Gets the precision. NOTE: This property will not be serialized. It can only be populated by the server.

precisionStdDeviation

Gets the standard deviation for the precision. NOTE: This property will not be serialized. It can only be populated by the server.

recall

Gets the recall. NOTE: This property will not be serialized. It can only be populated by the server.

recallStdDeviation

Gets the standard deviation for the recall. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

averagePrecision

Gets the average precision when applicable. NOTE: This property will not be serialized. It can only be populated by the server.

averagePrecision?: number

Property Value

number

id

NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

name

NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

precision

Gets the precision. NOTE: This property will not be serialized. It can only be populated by the server.

precision?: number

Property Value

number

precisionStdDeviation

Gets the standard deviation for the precision. NOTE: This property will not be serialized. It can only be populated by the server.

precisionStdDeviation?: number

Property Value

number

recall

Gets the recall. NOTE: This property will not be serialized. It can only be populated by the server.

recall?: number

Property Value

number

recallStdDeviation

Gets the standard deviation for the recall. NOTE: This property will not be serialized. It can only be populated by the server.

recallStdDeviation?: number

Property Value

number