Numerics.NET.Data Namespace

The Numerics.NET.Data namespace contains base classes for importing and exporting data.

Classes

CompositeDataStream<TObject> Specifies the methods and properties of a data file that may contain multiple objects.
DataObjectConverter<TObject> Serves as the abstract base class for objects that convert between data objects and vectors, matrices, and data frames.
DataStream Serves as the abstract base class for classes that represent data files.
DataStream<TObject> Serves as the abstract base class for classes that represent data files that contain objects of a certain type.
TextDataStream Represents a data file in a text-based format.
TextOptions Represents the options available when reading and writing text files.
TextOptionsExtensions Contains extension methods for creating modified text options objects.

Interfaces

IDataObject<TObject> Specifies the properties and methods of objects in a data file or stream.
INamedDataFileObject<TObject> Specifies the properties and methods of objects in a data file.

Enumerations

AutoCategorization Enumerates the options for automatically converting data frame columns to categorical columns.
DataObjectKind Enumerates the kinds of objects that may be stored in a file.