Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

whitespace

This commit is contained in:
Arnar Flatberg 2007-03-14 16:30:18 +00:00
parent 818dc0b2b0
commit 22f6e3284c
1 changed files with 7 additions and 4 deletions

View File

@ -63,6 +63,7 @@ class PCA(Model):
if self._options['auto_aopt']:
logger.log("notice", "Auto aopt: " + str(aopt))
self._options['aopt'] = aopt
if aopt==1:
logger.log('notice', 'Aopt at first component!')
@ -70,6 +71,8 @@ class PCA(Model):
crot, strict, cov_center ):
"""Returns a confidence measure for model parameters.
Based on aopt.
Added model parts: p_tsq
"""
if aopt<2:
aopt = 2