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

Conversation

hatran22
Copy link

@hatran22 hatran22 commented Dec 25, 2021

We just added 5 classifiers into a new file called Classifier.py. Each classifier is contained within a class. We also modify the emip-toolkit.py to take in different classifiers per the user preference.
Test code for IMST and illustration using a notebook is under construction!

  • IMST and IVT basically work - can be demonstrated via unit test (IVT) or a notebook illustration of the algorithm (IMST)
  • KF is assumed to work under unit test

@quanphan2906
Copy link
Collaborator

Hi @hatran22, emtk has been migrated from object-oriented design to functional. Can you adapt the code to match the new design of the library? Thank you for your contribution.

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

Successfully merging this pull request may close these issues.

3 participants