Click or drag to resize

CrossValidationModelSingleFold Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
In single fold mode - it trains and tests with the same dataset

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

Property Value

Type: Boolean
true if [single fold]; otherwise, false.
See Also