Sdílet prostřednictvím


AutoMLVerticalRegression.NCrossValidations Property

Definition

Number of cross validation folds to be applied on training dataset when validation dataset is not provided. Please note NCrossValidations is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AutoNCrossValidations and CustomNCrossValidations.

public Azure.ResourceManager.MachineLearning.Models.NCrossValidations NCrossValidations { get; set; }
member this.NCrossValidations : Azure.ResourceManager.MachineLearning.Models.NCrossValidations with get, set
Public Property NCrossValidations As NCrossValidations

Property Value

Applies to