Skip to content

A naive package to resample data from Voronoi binning method

License

Notifications You must be signed in to change notification settings

Abrygzy/resamvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resamvo

A naive package to resample data from Voronoi binning method.

The basic idea is shown below:

  1. For the original data, create Voronoi bins with boundary following this link;
  2. For each Voronoi cell, use Convex Hull define them;
  3. Do other things:
    1. Test whether other data is in the Voronoi cell;
    2. Calculate the volume of the Voronoi cell;
    3. ...

About

A naive package to resample data from Voronoi binning method

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages