Freigeben über


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

Name Description
ModelPerformanceMetricThresholdBase()

Initializes a new instance of ModelPerformanceMetricThresholdBase.

Properties

Name Description
ThresholdValue

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

Applies to