| Home | Trees | Indices | Help |
|
|---|
|
|
For handling data (used by TrialHandler, principally, rather than by users directly)
Numeric data are stored as numpy masked arrays where the mask is set True for missing entries. When any non-numeric data (string, list or array) get inserted using DataHandler.add(val) the array is converted to a standard (not masked) numpy array with dtype='O' and where missing entries have value="--"
(e.g. data['accuracy']=...)
dataShape=shape of data (x,y,...z,nReps)
dataTypes=list of keys as strings
| Instance Methods | |||
new empty dictionary |
|
||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 3 14:03:43 2010 | http://epydoc.sourceforge.net |