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 predict methods #24

Merged
merged 10 commits into from
Oct 15, 2021
Merged

Add predict methods #24

merged 10 commits into from
Oct 15, 2021

Commits on Aug 18, 2021

  1. Streamline class names

      - no spaces in class names
      - don't use same class name for different data structures
    vspinu committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e1a6c35 View commit details
    Browse the repository at this point in the history
  2. Add predict methods

    vspinu committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7205d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7beb57c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Re add deleted comment

    vspinu committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    6f8ba1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c686f16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc1154 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Add print methods

    vspinu committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    e51a39f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    39ce9bd View commit details
    Browse the repository at this point in the history
  2. C++: Address lists by names instead of positions

      Had to rename internal slots for internal consistency reason:
        - bst_sample_silhouette_matrix -> silhouette_matrix
        - bst_dissimilarity -> best_dissimilarity
        - bst_sample_dissimilarity_matrix -> dissimilarity_matrix
    
      This is also consistent with user level fields names.
    vspinu committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3b8d87c View commit details
    Browse the repository at this point in the history