ArmMachineLearningModelFactory.CustomNCrossValidations(Int32) Method
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.
N-Cross validations are specified by user.
public static Azure.ResourceManager.MachineLearning.Models.CustomNCrossValidations CustomNCrossValidations(int value = 0);
static member CustomNCrossValidations : int -> Azure.ResourceManager.MachineLearning.Models.CustomNCrossValidations
Public Shared Function CustomNCrossValidations (Optional value As Integer = 0) As CustomNCrossValidations
Parameters
- value
- Int32
[Required] N-Cross validations value.
Returns
A new CustomNCrossValidations instance for mocking.