Click or drag to resize

DataLayoutType Enumeration

http://www.emgu.com
The data layout type

Namespace:  Emgu.CV.ML.MlEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum DataLayoutType
Members
  Member nameValueDescription
ColSample1 Feature vectors are stored as cols
RowSample0 Feature vectors are stored as rows
See Also