Click or drag to resize

CrossValidationModelrandomFolds Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets a value indicating whether distribution among folds should be randomized

Namespace:  imbNLP.Toolkit.ExperimentModel.CrossValidation
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public bool randomFolds { get; set; }

Property Value

Type: Boolean
true if [random folds]; otherwise, false.
See Also