whitespace
This commit is contained in:
parent
818dc0b2b0
commit
22f6e3284c
|
@ -63,6 +63,7 @@ class PCA(Model):
|
||||||
if self._options['auto_aopt']:
|
if self._options['auto_aopt']:
|
||||||
logger.log("notice", "Auto aopt: " + str(aopt))
|
logger.log("notice", "Auto aopt: " + str(aopt))
|
||||||
self._options['aopt'] = aopt
|
self._options['aopt'] = aopt
|
||||||
|
|
||||||
if aopt==1:
|
if aopt==1:
|
||||||
logger.log('notice', 'Aopt at first component!')
|
logger.log('notice', 'Aopt at first component!')
|
||||||
|
|
||||||
|
@ -70,6 +71,8 @@ class PCA(Model):
|
||||||
crot, strict, cov_center ):
|
crot, strict, cov_center ):
|
||||||
"""Returns a confidence measure for model parameters.
|
"""Returns a confidence measure for model parameters.
|
||||||
Based on aopt.
|
Based on aopt.
|
||||||
|
|
||||||
|
Added model parts: p_tsq
|
||||||
"""
|
"""
|
||||||
if aopt<2:
|
if aopt<2:
|
||||||
aopt = 2
|
aopt = 2
|
||||||
|
|
Reference in New Issue