INamedDataFileObject<TObject> Methods

Methods

AsMatrix<T> Attempts to convert the object to a matrix with the specified element type.
(Inherited from IDataObject<TObject>)
AsVector<T> Attempts to convert the object to a vector with the specified element type.
(Inherited from IDataObject<TObject>)
Load Loads the object's data value.
(Inherited from IDataObject<TObject>)
ToDataFrame() Converts the object to a data frame.
(Inherited from IDataObject<TObject>)
ToMatrix<T> Converts the object to a matrix with the specified element type.
(Inherited from IDataObject<TObject>)
ToVector<T> Converts the object to a vector with the specified element type.
(Inherited from IDataObject<TObject>)

See Also