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

Fixed entropy calculations and more #54

Merged
merged 6 commits into from
Aug 7, 2024
Merged

Fixed entropy calculations and more #54

merged 6 commits into from
Aug 7, 2024

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    57097af View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    3f0bacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b82a53 View commit details
    Browse the repository at this point in the history
  3. Fix gaze entropy and add tests

    relates to #51 and #52. Data reocords with no AOI value are treated as though they belong to an AOI ("Undefined Area") in the entropy calcs. No Aoi is renamed to "Undefined Area" because now it is an AOI in a sense
    ashkjones committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0d800b8 View commit details
    Browse the repository at this point in the history
  4. Fixed filtering issue and made a constants class

    blinks were 0 because filtering was being applied so i reworked analysis class. There was a lot of redundant final constants so I put them in one class so it would be easier to manage. I applied the screen size once and then made an overloaded filterbyvalidity method to support filtering with a screen size
    ashkjones committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    322c9bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba238e8 View commit details
    Browse the repository at this point in the history