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

Add 5 classifiers for fixations - IVT, IMST, KF, HMM, and I2MC #62

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    b5cce71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b984615 View commit details
    Browse the repository at this point in the history
  3. add I2MC classifier

    hatran22 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    952fa29 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. general purpose multidimensional kalman filter

    Sidney Liu committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    2951a17 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    4e648e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075ed6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3529902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3614ea4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afc7ccb View commit details
    Browse the repository at this point in the history
  6. put hmm in classifier.py

    pampon22 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    66c936f View commit details
    Browse the repository at this point in the history
  7. formatting and labeling

    Sidney Liu committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    e5e63b2 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' of https://github.com/hatran22/EMIP-Toolkit into …

    …main
    Sidney Liu committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    f8c2a2b View commit details
    Browse the repository at this point in the history
  9. updating methods

    Sidney Liu committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    91513e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Classifier_I2MC.py

    hatran22 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    066e994 View commit details
    Browse the repository at this point in the history
  2. unit tests for kf.py

    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    cd19174 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/hatran22/EMIP-Toolkit into …

    …main
    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    d7738d6 View commit details
    Browse the repository at this point in the history
  4. minor edits

    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    62ed8ca View commit details
    Browse the repository at this point in the history
  5. formatting

    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    d2f533e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9dd850 View commit details
    Browse the repository at this point in the history
  7. proofread IVT

    hatran22 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    476649f View commit details
    Browse the repository at this point in the history
  8. refactor helper functions for I2MC method

    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    8f67613 View commit details
    Browse the repository at this point in the history
  9. refactor bool2bounds helper func

    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    66fcd5c View commit details
    Browse the repository at this point in the history
  10. added I2MC helper funcs

    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    5e2b4da View commit details
    Browse the repository at this point in the history
  11. formatting

    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    63cea95 View commit details
    Browse the repository at this point in the history
  12. formatting

    Sidney Liu committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    a2196db View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. Configuration menu
    Copy the full SHA
    043f43a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8534a3e View commit details
    Browse the repository at this point in the history