Click or drag to resize

samplingOrderEnum Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sample take order

Namespace:  imbSCI.Data.data.sample
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public enum samplingOrderEnum
Request Example View Source
Members
  Member nameValueDescription
ordinal0 The ordinal: from skip to skip + limit
everyNth1 The every NTH: ordinal, but every n-th element, including cycling,
randomSuffle2 The random suffle: random suffle
See Also