Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IterationPerformance

Package version

Represents the detailed performance data for a trained iteration.

Hierarchy

  • IterationPerformance

Index

Properties

Optional averagePrecision

averagePrecision: undefined | number

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

Optional perTagPerformance

perTagPerformance: TagPerformance[]

Gets the per-tag performance details for this iteration. NOTE: This property will not be serialized. It can only be populated by the server.

Optional precision

precision: undefined | number

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

Optional precisionStdDeviation

precisionStdDeviation: undefined | number

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

Optional recall

recall: undefined | number

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

Optional recallStdDeviation

recallStdDeviation: undefined | number

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

Generated using TypeDoc