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

[SPARK-1434] [MLLIB] change labelParser from anonymous function to trait #345

Closed
wants to merge 5 commits into from

Commits on Apr 7, 2014

  1. Configuration menu
    Copy the full SHA
    7f8eb36 View commit details
    Browse the repository at this point in the history
  2. add return types

    mengxr committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    11c94e0 View commit details
    Browse the repository at this point in the history
  3. rename LabelParser.apply to LabelParser.parse

    use extends for singleton
    mengxr committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    c2e571c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. add tests for label parsers

    mengxr committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    3b1a7c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac44409 View commit details
    Browse the repository at this point in the history