Skip to content
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

TSOM2ビューワーにmarginal component planeの追加 #111

Closed
2 tasks done
takuro-Ishida opened this issue Dec 5, 2019 · 2 comments · Fixed by #112
Closed
2 tasks done

TSOM2ビューワーにmarginal component planeの追加 #111

takuro-Ishida opened this issue Dec 5, 2019 · 2 comments · Fixed by #112
Assignees
Labels
enhancement New feature or request

Comments

@takuro-Ishida
Copy link
Member

takuro-Ishida commented Dec 5, 2019

#19 の1. Marginal Component Plane表示の部分の実装を行います

libs/visualization/tsom2_viewer.py
では、現状conditional component planeのみなのでmarginal component planeの機能を追加します

仕様(古川研HPにある飲料データのviewerと同じ)

  • 初期状態: marginal component planeを表示
  • marginal とconditionalの切り替え
    • 2つのマップのどちらか1つ指定するとどっちかがmarginal component planeになってもう一方がconditional component plane
      • 指定してないマップはconditional component plane表示、指定しているマップ: marginal component plane
      • マップ上で指定しないとmarginal component planeを表示
  • radiobuttonを押すと2つのマップはmarginal component 表示

Action list

  • tsom2_viewer.pyにmarginal component planeを実装
    • 動物データを用いて検証
  • 飲料データを元に結果があっているのかを検証
@takuro-Ishida takuro-Ishida self-assigned this Dec 5, 2019
@takuro-Ishida takuro-Ishida added the enhancement New feature or request label Dec 5, 2019
@takuro-Ishida
Copy link
Member Author

だいたいこんな感じで実装しました.

実装概略.pdf

@takuro-Ishida
Copy link
Member Author

takuro-Ishida commented Dec 5, 2019

古川研のHPにある飲料データと結果がだいたい一致したので、おそらく結果もあっていると思います
この例は「屋外で遊ぶとき」で指定した時に回答者マップと飲料マップでのmarginal component planeを見た時にだいたい同じ結果になってます.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant