Click or drag to resize
DataLayoutType Enumeration
http://www.emgu.com
The data layout type

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