class documentation

class NumpyFile(DataLoader):

Constructor: NumpyFile(filedata)

View In Hierarchy

Class to load a file of numerical data from numpy serislisation format

Method load Load the numpy data
Instance Variable mtx Undocumented

Inherited from DataLoader:

Method __init__ Undocumented
Instance Variable filedata Undocumented
def load(self):

Load the numpy data

mtx =

Undocumented