NumericalDataDriftMetric 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.
Argument completer implementation for NumericalDataDriftMetric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NumericalDataDriftMetricTypeConverter))]
public struct NumericalDataDriftMetric : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NumericalDataDriftMetric>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NumericalDataDriftMetricTypeConverter))>]
type NumericalDataDriftMetric = struct
interface IArgumentCompleter
Public Structure NumericalDataDriftMetric
Implements IArgumentCompleter, IEquatable(Of NumericalDataDriftMetric)
- Inheritance
-
NumericalDataDriftMetric
- Attributes
- Implements
Fields
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
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(NumericalDataDriftMetric) |
Compares values of enum type NumericalDataDriftMetric |
Equals(Object) |
Compares values of enum type NumericalDataDriftMetric (override for Object) |
GetHashCode() |
Returns hashCode for enum NumericalDataDriftMetric |
ToString() |
Returns string representation for NumericalDataDriftMetric |
Operators
Equality(NumericalDataDriftMetric, NumericalDataDriftMetric) |
Overriding == operator for enum NumericalDataDriftMetric |
Implicit(NumericalDataDriftMetric to String) |
Implicit operator to convert NumericalDataDriftMetric to string |
Implicit(String to NumericalDataDriftMetric) |
Implicit operator to convert string to NumericalDataDriftMetric |
Inequality(NumericalDataDriftMetric, NumericalDataDriftMetric) |
Overriding != operator for enum NumericalDataDriftMetric |