Click or drag to resize

samplingSettingsparts Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines number of equal parts for sampling algorithms like: n-fold, every n-th

Namespace:  imbSCI.Data.data.sample
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public int parts { get; set; }
Request Example View Source

Property Value

Type: Int32
The parts.
See Also