Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saro0307/voronoi-diagram-for-classification
Using Voronoi diagram to map random points scattered on a plane subdivides in exactly n cells enclosing a portion of the plane that is closest to each point
https://github.com/saro0307/voronoi-diagram-for-classification
artificial-intelligence data-visualization dataanalytics graph machine-learning matplotlib plot plotting pyplot python python3 voronoi voronoi-diagram
Last synced: 11 days ago
JSON representation
Using Voronoi diagram to map random points scattered on a plane subdivides in exactly n cells enclosing a portion of the plane that is closest to each point
- Host: GitHub
- URL: https://github.com/saro0307/voronoi-diagram-for-classification
- Owner: saro0307
- License: apache-2.0
- Created: 2024-06-07T09:32:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T10:16:44.000Z (8 months ago)
- Last Synced: 2024-11-13T19:14:29.747Z (2 months ago)
- Topics: artificial-intelligence, data-visualization, dataanalytics, graph, machine-learning, matplotlib, plot, plotting, pyplot, python, python3, voronoi, voronoi-diagram
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voronoi diagram for classification
Using Voronoi diagram to map random points scattered on a plane subdivides in exactly n cells enclosing a portion of the plane that is closest to each pointMore details will be added in the future.