Data Object Converter<TObject> Class
Serves as the abstract base class for objects that
convert between data objects and vectors, matrices,
and data frames.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public abstract class DataObjectConverter<TObject>
- Inheritance
- Object → DataObjectConverter<TObject>
Type Parameters
- TObject
Constructors
Data | Initializes a new instance of the DataObjectConverter<TObject> class |
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
From | Converts a data frame to a data object. |
From | Converts a matrix to a data object. |
From | Converts a vector to a data object. |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |