NCrossValidations Class

Definition

N-Cross validations value. 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 abstract class NCrossValidations
type NCrossValidations = class
Public MustInherit Class NCrossValidations
Inheritance
NCrossValidations
Derived

Constructors

NCrossValidations()

Initializes a new instance of NCrossValidations.

Applies to