DataObjectKind Enumeration

Enumerates the kinds of objects that may be stored in a file.

Definition

Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public enum DataObjectKind

Members

Dictionary0 A mapping from names to objects.
Matrix1 A two-dimensional array.
Vector2 A one-dimensional array.
DataFrame3 A data frame.
List4 A list of items that may be of different types.
Scalar5 A single value.
Object6 A single value of an object type.

See Also