Giter VIP home page Giter VIP logo

trace-q's People

Contributors

flaiizor avatar karmakamikaze avatar kristoffermg avatar mailaur avatar sarmisuper avatar schwartz123 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

trace-q's Issues

Benchmarking and Query Tests

Tasks:
Time to simplify the original trajectories with varying parameters

Perform queries on original and simplified tables and check query accuracy

Test whether Knn queries are necessary when determining query accuracy or if range query is only needed:
Knn queries are much slower than range queries, so if we can avoid them in query accuracy that would be great. If we find that simplifications only using range queries are of same size as those using both types of queries, we can drop doing knn. If we find that simplifications using only range queries are much smaller than those using both types of queries, we can infer that knn queries provide value and therefore keep them, sadly.

API interface ideas

Endpoints:

Get simplified data by specifying different queries
Input data to be simplified

Should probably be an internal tool, since otherwise people can insert crazy data to mess with the system.

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.