-
|
Hi! Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
daavoo
Nov 9, 2021
Replies: 1 comment 3 replies
-
|
Hola @jkissi ! It is not really exposed to the users but if you look at: You could manually build the And then call That would give you the covariance matrix that is used for the eigen calculations. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jkissi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hola @jkissi !
It is not really exposed to the users but if you look at:
https://github.com/daavoo/pyntcloud/blob/master/pyntcloud/scalar_fields/k_neighbors.py#L28
You could manually build the
k_neighborsarray (as in https://github.com/daavoo/pyntcloud/blob/master/pyntcloud/scalar_fields/k_neighbors.py#L20)And then call
cov3D(k_neighbors)(frompyntcloud.utils.array).That would give you the covariance matrix that is used for the eigen calculations.