|
|
__init__(self,
a,
copy=True)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
float
|
eff_n(self)
Returns something like the number of data, except that it looks at
their weighting and the structure of the problem. |
source code
|
|
|
float
|
eff_rank(self)
Returns something like the rank of the solution, but rather than
counting how many dimensions can be solved at all, it reports how
many dimensions can be solved with a relatively good accuracy. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|