The KFoldsSubsets type exposes the following members.

Constructors

  NameDescription
KFoldsSubsetsOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this KFoldsSubsets.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTestingSubsetsOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
K
Gets and sets the size of each subset in the partition.
NumSubsets
Gets the number of subsets generated.
RandomNumberGenerator
Gets the quasi-random number generator that is used to randomly select the indices for each generated subset. If repeatability in subset generation for a given k is desired, set the seed used in the random number generator to the same value before each run.

See Also