NumericalPredictionDriftMetric Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET