-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#155 tsom.pyの学習過程の関数化 #157
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testをpassしたのでApproveします
この変更って
ではないと思うよ。既存のtestを実行してpassするか確認するのはそういうことよね。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
close #155
** Description 説明 **
tsom.py の学習を、som.py と同様に協調過程、適応過程、競合過程の3ステップで関数化した。
なお、欠損値への対応と直接型・一次モデル型の選択があるため、適応過程と競合過程はそれぞれ4種ずつになる。
** Type of change 変更の種類**
** How Has This Been Tested? どのようにテストしたか?**
test/tsom/test_missing_TSOM.py
を実行しtestした.libs/models/tsom.py
libs/models/tsom2_ishida.py
Reviewerにやって欲しいこと
test/tsom/test_missing_TSOM.py
を実行しtestをpassすることを確かめる