Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apparent dimension mismatch in gaussian evaluation #11

Open
curieux opened this issue Aug 9, 2017 · 1 comment
Open

Apparent dimension mismatch in gaussian evaluation #11

curieux opened this issue Aug 9, 2017 · 1 comment
Assignees

Comments

@curieux
Copy link
Contributor

curieux commented Aug 9, 2017

I have an example where a multilabel PointCloud has a sample with shape (7,3) but the rotation matrix ends up as (2,3) and the mean ends up as (3,3). Tracking down where the mismatch happens.

@curieux curieux self-assigned this Aug 9, 2017
@curieux
Copy link
Contributor Author

curieux commented Aug 9, 2017

The above report was slightly incorrect.
The problem occurs when the number of points in the sample is less then the dimension.
It is fixed by changing line 570 of multidim/models.py from
if count <= 1: to if count < ambient_dim:

patch coming soon, with some others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant