ModelPerformanceMetricThresholdBase Class

Definition

The ModelPerformanceMetricThresholdBase. Please note ModelPerformanceMetricThresholdBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ClassificationModelPerformanceMetricThreshold and RegressionModelPerformanceMetricThreshold.

public abstract class ModelPerformanceMetricThresholdBase
type ModelPerformanceMetricThresholdBase = class
Public MustInherit Class ModelPerformanceMetricThresholdBase
Inheritance
ModelPerformanceMetricThresholdBase
Derived

Constructors

ModelPerformanceMetricThresholdBase()

Initializes a new instance of ModelPerformanceMetricThresholdBase.

Properties

ThresholdValue

The threshold value. If null, the set default is dependent on the metric type.

Applies to