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 function to split data on an expanding window #238

Merged
merged 4 commits into from
Mar 13, 2020
Merged

Commits on Mar 13, 2020

  1. Add function to split data on an expanding window

    For selecting data in windows of various size around a center point.
    Sizes do not have to be increasing necessarily. Returns only the indices
    of points falling inside each window.
    leouieda committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    69ef210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fa736 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27329d1 View commit details
    Browse the repository at this point in the history
  4. Fix identation in API docs

    Co-Authored-By: Santiago Soler <santiago.r.soler@gmail.com>
    leouieda and santisoler committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    cb3cbff View commit details
    Browse the repository at this point in the history