Home | Trees | Indices | Help |
---|
|
object --+ | Dataset
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
is_labeled | |||
labels | |||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
transform each component of flattened X examples to 0 mean and 1 std So the values of feature f (from all examples) are 0 mean and 1 std x: a ndarray of shape (nr. examples, nr. of features) 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>) |
transform each **component** of X so that it fits on an interval [-1, 1]. So the values of track t at position i are all in [-1,1]
|
|
is_labeled
|
labels
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 21 01:14:52 2013 | http://epydoc.sourceforge.net |