GithubHelp home page GithubHelp logo

kiranvad / warping Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 138 KB

Computation of warping functions using Dynamic Programming

License: BSD 3-Clause "New" or "Revised" License

C 74.83% Python 18.09% Cython 7.08%

warping's Introduction

This repository is a copy of the original code that only contains the DP code required to compute warping functions between a pair of functions. You should refer to the main repository here for all citations/questions here: https://github.com/jdtuck/fdasrsf_python

This repository exists because I had several issues with installing the entire fdasrsf repo on my local computer.

To install this package, you can do the following:

  1. Create an environment using the following (installs Cython etc..)
conda env create --file environment.yml
  1. Activate the conda environemnt using the following:
conda activate warping
  1. Then install the package locally using pip, for example :
pip install -e .

Alternatively, to install it as a package in an existing environment, you can do the following:

  1. Install required pacakages using the following:
pip install -r requirements.txt
  1. Then proceed to install the warping package same as step 3 above.

warping's People

Watchers

Kiran Vaddi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.