CategoricalDataDriftMetric 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 CategoricalDataDriftMetric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalDataDriftMetricTypeConverter))]
public struct CategoricalDataDriftMetric : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalDataDriftMetric>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalDataDriftMetricTypeConverter))>]
type CategoricalDataDriftMetric = struct
interface IArgumentCompleter
Public Structure CategoricalDataDriftMetric
Implements IArgumentCompleter, IEquatable(Of CategoricalDataDriftMetric)
- Inheritance
-
CategoricalDataDriftMetric
- Attributes
- Implements
Fields
JensenShannonDistance |
The Jensen Shannon Distance (JSD) metric. |
PearsonsChiSquaredTest |
The Pearsons Chi Squared Test metric. |
PopulationStabilityIndex |
The Population Stability Index (PSI) metric. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CategoricalDataDriftMetric) |
Compares values of enum type CategoricalDataDriftMetric |
Equals(Object) |
Compares values of enum type CategoricalDataDriftMetric (override for Object) |
GetHashCode() |
Returns hashCode for enum CategoricalDataDriftMetric |
ToString() |
Returns string representation for CategoricalDataDriftMetric |
Operators
Equality(CategoricalDataDriftMetric, CategoricalDataDriftMetric) |
Overriding == operator for enum CategoricalDataDriftMetric |
Implicit(CategoricalDataDriftMetric to String) |
Implicit operator to convert CategoricalDataDriftMetric to string |
Implicit(String to CategoricalDataDriftMetric) |
Implicit operator to convert string to CategoricalDataDriftMetric |
Inequality(CategoricalDataDriftMetric, CategoricalDataDriftMetric) |
Overriding != operator for enum CategoricalDataDriftMetric |