diff options
author | andreas128 <Andreas> | 2017-09-13 14:33:20 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-13 14:33:20 +0200 |
commit | 895a420ea692f2c32aa206e1cfa2758bfa79b8cd (patch) | |
tree | 0d691565fbddbd449ae3083b6e401adaa284cbe8 /dpd/src | |
parent | cc4a2fa49620306a16f131a54fbdc965a3d44056 (diff) | |
download | dabmod-895a420ea692f2c32aa206e1cfa2758bfa79b8cd.tar.gz dabmod-895a420ea692f2c32aa206e1cfa2758bfa79b8cd.tar.bz2 dabmod-895a420ea692f2c32aa206e1cfa2758bfa79b8cd.zip |
Change comment
Diffstat (limited to 'dpd/src')
-rw-r--r-- | dpd/src/Model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Model.py b/dpd/src/Model.py index 1606441..a051927 100644 --- a/dpd/src/Model.py +++ b/dpd/src/Model.py @@ -17,7 +17,7 @@ from sklearn import linear_model class Model: - """Calculates new coefficients using the measurement and the old + """Calculates new coefficients using the measurement and the previous coefficients""" def __init__(self, |