CategoricalPredictionDriftMetric 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 CategoricalPredictionDriftMetric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalPredictionDriftMetricTypeConverter))]
public struct CategoricalPredictionDriftMetric : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalPredictionDriftMetric>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalPredictionDriftMetricTypeConverter))>]
type CategoricalPredictionDriftMetric = struct
interface IArgumentCompleter
Public Structure CategoricalPredictionDriftMetric
Implements IArgumentCompleter, IEquatable(Of CategoricalPredictionDriftMetric)
- Inheritance
-
CategoricalPredictionDriftMetric
- 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(CategoricalPredictionDriftMetric) |
Compares values of enum type CategoricalPredictionDriftMetric |
Equals(Object) |
Compares values of enum type CategoricalPredictionDriftMetric (override for Object) |
GetHashCode() |
Returns hashCode for enum CategoricalPredictionDriftMetric |
ToString() |
Returns string representation for CategoricalPredictionDriftMetric |
Operators
Equality(CategoricalPredictionDriftMetric, CategoricalPredictionDriftMetric) |
Overriding == operator for enum CategoricalPredictionDriftMetric |
Implicit(CategoricalPredictionDriftMetric to String) |
Implicit operator to convert CategoricalPredictionDriftMetric to string |
Implicit(String to CategoricalPredictionDriftMetric) |
Implicit operator to convert string to CategoricalPredictionDriftMetric |
Inequality(CategoricalPredictionDriftMetric, CategoricalPredictionDriftMetric) |
Overriding != operator for enum CategoricalPredictionDriftMetric |