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

Improve the speed of some post-cluster calculations #932

Merged
merged 30 commits into from
Jan 18, 2022

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    26ffe7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c002dfe View commit details
    Browse the repository at this point in the history
  3. Finish up cluster script

    drroe committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4a3a82d View commit details
    Browse the repository at this point in the history
  4. Add script to extract timings

    drroe committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    3aa5cca View commit details
    Browse the repository at this point in the history
  5. Move to correct dir

    drroe committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ba431e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddbbf7b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Dramatically improve cluster Summary execution time by creating an array

    with sieve status of each frame
    drroe committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    432871f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bea29b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Remove some debug info

    drroe committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ca37bca View commit details
    Browse the repository at this point in the history
  2. Benchmark silhouette

    drroe committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    055376c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdb11d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a234fa3 View commit details
    Browse the repository at this point in the history
  5. Rewrite the frame is present array as being present inside Sieve, this

    way it only needs to be generated once. It may be better to just have it
    generated all the time.
    drroe committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    560d837 View commit details
    Browse the repository at this point in the history
  6. Benchmark the bestreps calc

    drroe committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b98b867 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Add a debug number of frames

    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    cfc493f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    608f201 View commit details
    Browse the repository at this point in the history
  3. Use frameIsPresent array instead of HasFrame. Make it a warning if no

    rep found when doing best rep search for cluster by parts and all
    frames just happen to be sieved out
    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    535450c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ec0ca5 View commit details
    Browse the repository at this point in the history
  5. Get rid of FIXME, fixed

    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    fe84b94 View commit details
    Browse the repository at this point in the history
  6. Start new Silhouette class

    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    66c2534 View commit details
    Browse the repository at this point in the history
  7. Add Silhouette class

    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    ac59abe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    033bb50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8111d33 View commit details
    Browse the repository at this point in the history
  10. Use new Silhouette calc

    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    9f9ea05 View commit details
    Browse the repository at this point in the history
  11. Add missing depend for <list>

    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    92f6d1a View commit details
    Browse the repository at this point in the history
  12. Write out actual frame numbers for cluster silhouette for each frame.

    Not sure why I wasn't doing this already...
    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    acee551 View commit details
    Browse the repository at this point in the history
  13. Add option to choose either the sorted silhouette index or frame number

    for cluster silhouette frame output.
    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    9cfdd9f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    80a0fc8 View commit details
    Browse the repository at this point in the history
  15. Minor bump to 6.2.0. Fixes for post-clustering speed (summary etc), fix

    best reps for split, fix frame index in silhouette calc.
    drroe committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c53f557 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    355a39c View commit details
    Browse the repository at this point in the history