你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NumericalPredictionDriftMetric Struct

Definition

The NumericalPredictionDriftMetric.

public readonly struct NumericalPredictionDriftMetric : IEquatable<Azure.ResourceManager.MachineLearning.Models.NumericalPredictionDriftMetric>
type NumericalPredictionDriftMetric = struct
Public Structure NumericalPredictionDriftMetric
Implements IEquatable(Of NumericalPredictionDriftMetric)
Inheritance
NumericalPredictionDriftMetric
Implements

Constructors

NumericalPredictionDriftMetric(String)

Initializes a new instance of NumericalPredictionDriftMetric.

Properties

JensenShannonDistance

The Jensen Shannon Distance (JSD) metric.

NormalizedWassersteinDistance

The Normalized Wasserstein Distance metric.

PopulationStabilityIndex

The Population Stability Index (PSI) metric.

TwoSampleKolmogorovSmirnovTest

The Two Sample Kolmogorov-Smirnov Test (two-sample K–S) metric.

Methods

Equals(NumericalPredictionDriftMetric)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(NumericalPredictionDriftMetric, NumericalPredictionDriftMetric)

Determines if two NumericalPredictionDriftMetric values are the same.

Implicit(String to NumericalPredictionDriftMetric)

Converts a string to a NumericalPredictionDriftMetric.

Inequality(NumericalPredictionDriftMetric, NumericalPredictionDriftMetric)

Determines if two NumericalPredictionDriftMetric values are not the same.

Applies to