-
### Python version
Python 3.11.5
### Pymatgen version
2024.7.18
### Operating system version
_No response_
### Current behavior
Thanks to Dr. Wagner from MPI for Chemical Physics of Solids in D…
-
Hello! Is there a public method to determine which tetrahedron a given point resides in? Or a way to call `Delaunay3D:locate` directly? I'm looking to do some linear interpolation.
Some workarounds…
-
**Is your feature request related to a problem? Please describe.**
The idea is to add scripts related to Machine Learning and Artificial Intelligence algorithms, like K-Nearest Neighbors, so it can h…
-
A simple algorithm has been described in
http://jmlr.org/proceedings/papers/v37/kusnerb15.pdf
bobye updated
9 years ago
-
Thank you for bringing this fantastic package to the community.
I inadvertently updated `rmm` and `pylibraft-cu12` to version `24.10.0` and found that datasets with ~500k cells that I had previously…
-
Hi, I am wondering why there are two parameters for nearest neighbours in weight matrix calculation.
https://github.com/StatBiomed/SpatialDM/blob/aa1762496437a45787314a27e88313bdec6287c0/spatialdm…
-
```
from apricot import FacilityLocationSelection
import numpy
X = numpy.random.uniform(0, 1, size=(500, 500))
FacilityLocationSelection(100,n_neighbors=10, verbose=True).fit(X)
```
n_neig…
-
The text says "If you consider the 3-nearest neighbors of the test point in Figure 3.4, you will see that two of them are positive and one is negative. Through voting, positive would win." However, in…
-
-