Geospatial Kernel Density Estimation (KDE) on Toroidal Manifolds (Standalone Module)
Project description
geokde-t2
Geospatial Kernel Density Estimation (KDE) on Toroidal Manifolds (Standalone Module)
This is a standalone module of the axiom-t2 geometry-aware machine learning toolkit for toroidal manifolds. It provides standalone packaging for applications requiring a lightweight dependency footprint.
Installation
pip install geokde-t2
Quick Start
from geokde import GeoKDE, flat_kde
import numpy as np
# Fit GeoKDE on geospatial data in radians
X = np.random.uniform(-np.pi, np.pi, (100, 2))
kde = GeoKDE()
kde.fit(X)
scores = kde.score_samples(X[:5])
print("Log-likelihoods:", scores)
Reference
For the underlying mathematics and details on toroidal manifolds, please refer to the main toolkit paper: axiom_t2_toolkit_paper.pdf.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geokde_t2-0.1.0.tar.gz.
File metadata
- Download URL: geokde_t2-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f07650c3ad063ed5cec59444e8d05e828ecb647c2a1bff77b48a40c1dc5952cb
|
|
| MD5 |
70a4a6cea017726e87100cab60dc5790
|
|
| BLAKE2b-256 |
c5356decfe38c03f86b40111c8e6a823930a73fbf79bd1777a0d4bb2ef4976e7
|
File details
Details for the file geokde_t2-0.1.0-py3-none-any.whl.
File metadata
- Download URL: geokde_t2-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fa921f8e06ac094888cb260a8779f3b71fb111ff546dbaebd021e405a27a2d0
|
|
| MD5 |
3b4eda66c614b35c1c4b82041adc252c
|
|
| BLAKE2b-256 |
0824f1646b9bfed1ea426a0c74f1e0767f9798eafce975c62cf0b7e6b800460c
|