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
| Name | Description |
|---|---|
| NumericalPredictionDriftMetric(String) |
Initializes a new instance of NumericalPredictionDriftMetric. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |