GithubHelp home page GithubHelp logo

outliers2d's People

Contributors

jfoclpf avatar

Stargazers

 avatar  avatar

Watchers

 avatar

outliers2d's Issues

Allow only numbers on postal code TextBox

The postal code text box currently allows for any character to be inserted. Since the portuguese postal code uses only hyphen separated numbers, any other inputs can be ignored.
Additionally, since the hyphen always occurs after the 4th number, this can also be automatized.
In short:

  • Ignore any inputs other than numerals 0-9
  • Automatically add hyphen after the 4th numeral

Use other approaches to remove outliers

Another approach: pie

  1. Draw a convex hull polygon around the points
  2. Find the centroid of the polygon
  3. Split this polygon in N pie slices around the centroid, each portion having an angle of 2*Pi/N
  4. Strip outliers in each pie slice, based on the distance of each point to the centroid minus the median of the points in each pie slice

Another approach: chaikin

  1. Draw a concave hull polygon around the points
  2. Smooth the polygon with Chaikin's algorithm
  3. Strip out the points which are not included in the smoothed polygon.
  4. Repeat points 1 till 4 N times.
    image
    In this picture the smoothed polygon does not include the previous point

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.