Home | Trees | Indices | Help |
---|
|
common operations on numpy arrays
Author: odenas
|
|||
|
|||
|
|
|||
__package__ =
|
|
scale values of x in the interval [-1, 1]
|
transform each component of flattened X examples to 0 mean and 1 std So the values of track t at position i are 0 mean and 1 std x: a pandas data panel of the form <anchors> X <tracks> X <genome position> return: (the shifted input, the mean for each input component, the sd of each input component) the latter 2 are arrays of shape(<tracks>, <genome position>) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 21 01:14:52 2013 | http://epydoc.sourceforge.net |