[Numpy-discussion] data transit

Alan Isaac aisaac at american.edu
Fri Dec 7 12:48:30 EST 2007


It sounds like you want a new class X that does three things:
knows where the data is and how to access  it,
knows how the data are to be processed and can do this when asked,
is able to provide a "results" object when requested.
The results object can store who made it and with what 
processing module, thus indirectly linking to the data and techniques
(which the X instance may or may not store, as is convenient).

fwiw,
Alan Isaac






More information about the NumPy-Discussion mailing list