IterationPerformance interface
Represents the detailed performance data for a trained iteration.
Properties
average |
Gets the average precision when applicable. NOTE: This property will not be serialized. It can only be populated by the server. |
per |
Gets the per-tag performance details for this iteration. 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. |
precision |
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. |
recall |
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
perTagPerformance
Gets the per-tag performance details for this iteration. NOTE: This property will not be serialized. It can only be populated by the server.
perTagPerformance?: TagPerformance[]
Property Value
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