你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NCrossValidationsMode 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.
Determines how N-Cross validations value is determined.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NCrossValidationsModeTypeConverter))]
public struct NCrossValidationsMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NCrossValidationsMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NCrossValidationsModeTypeConverter))>]
type NCrossValidationsMode = struct
interface IArgumentCompleter
Public Structure NCrossValidationsMode
Implements IArgumentCompleter, IEquatable(Of NCrossValidationsMode)
- Inheritance
-
NCrossValidationsMode
- Attributes
- Implements
Fields
Auto |
Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task. |
Custom |
Use custom N-Cross validations value. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(NCrossValidationsMode) |
Compares values of enum type NCrossValidationsMode |
Equals(Object) |
Compares values of enum type NCrossValidationsMode (override for Object) |
GetHashCode() |
Returns hashCode for enum NCrossValidationsMode |
ToString() |
Returns string representation for NCrossValidationsMode |
Operators
Equality(NCrossValidationsMode, NCrossValidationsMode) |
Overriding == operator for enum NCrossValidationsMode |
Implicit(NCrossValidationsMode to String) |
Implicit operator to convert NCrossValidationsMode to string |
Implicit(String to NCrossValidationsMode) |
Implicit operator to convert string to NCrossValidationsMode |
Inequality(NCrossValidationsMode, NCrossValidationsMode) |
Overriding != operator for enum NCrossValidationsMode |