-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
#154 のための修正
target code 対象となるコード 明確に分かっているならば書く
- tsom.py
Is your feature request related to a problem? Please describe. この機能追加リクエストは何かの問題に関連していますか?
- ×型 tsom (tsom * som) を実装するにあたって、tsom .py の学習ステップを個別に呼び出せる必要がある
Describe the solution you'd like 望む解決策の説明
A clear and concise description of what you want to happen.
- som.py を参考に、競合過程、協調過程、適応過程の各学習ステップを関数化する
やること
- 学習過程を競合過程,協調過程,適応過程に分けてそれぞれを関数化する
- test/tsom/allclose_missing_kusumoto_vs_missing_ishida.pyを実行してtestをpassすることを確認する
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request