|
__init__(self,
deflt=0.,
extendCopy=False,
splitThres=None,
splitFun=None,
advancedSplit=False,
accumulation="first")
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
setSplitting(self,
splitThres=None,
splitFun=None,
advancedSplit=False)
Sets the parameters for splitting |
source code
|
|
|
|
|
|
|
|
|
|
|
split(self,
array,
func)
Makes the array smaller by joining every two points |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|