nalmadi / EMIP-Toolkit

EMIP Toolkit (EMTK): A Python Library for Processing Eye Movement in Programming Data
18 stars 22 forks source link

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

Open hatran22 opened 2 years ago

hatran22 commented 2 years ago

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!

quanphan2906 commented 2 years ago

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.