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

arff deserialiser #4627

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from
Open

arff deserialiser #4627

wants to merge 21 commits into from

Commits on Feb 4, 2020

  1. arff deserialiser

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    7c705c6 View commit details
    Browse the repository at this point in the history
  2. added stream constructor

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    9425e62 View commit details
    Browse the repository at this point in the history
  3. clean up tokenisation

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    53f8925 View commit details
    Browse the repository at this point in the history
  4. initial datetime support

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    22343c6 View commit details
    Browse the repository at this point in the history
  5. use std::get_time from stl

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    14b0d49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b23d96 View commit details
    Browse the repository at this point in the history
  7. fix msvc error

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    056583c View commit details
    Browse the repository at this point in the history
  8. more tests

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    cc9b8b3 View commit details
    Browse the repository at this point in the history
  9. ignore missing values

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    06844aa View commit details
    Browse the repository at this point in the history
  10. added a couple more tests

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f4cf772 View commit details
    Browse the repository at this point in the history
  11. added feature name getter

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    46b9158 View commit details
    Browse the repository at this point in the history
  12. minor fixes

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    4c3346d View commit details
    Browse the repository at this point in the history
  13. much faster parsing!

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    82ae47e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8591a16 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b542a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    892d911 View commit details
    Browse the repository at this point in the history
  17. fix msvc bug

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    02b5f81 View commit details
    Browse the repository at this point in the history
  18. typed tests for numeric values

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    24d1303 View commit details
    Browse the repository at this point in the history
  19. added more feature getters

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    2ee0718 View commit details
    Browse the repository at this point in the history
  20. arff serialiser

    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    cbf50e0 View commit details
    Browse the repository at this point in the history
  21. fix bugs

    switched to shared_ptr, std::variant, etc..
    gf712 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f0e934b View commit details
    Browse the repository at this point in the history