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

basis matrix type returned by different methods. #17

Closed
ccshao opened this issue Mar 23, 2015 · 1 comment
Closed

basis matrix type returned by different methods. #17

ccshao opened this issue Mar 23, 2015 · 1 comment
Assignees

Comments

@ccshao
Copy link

ccshao commented Mar 23, 2015

I found methods return basis / coefficient matrix in different data type.

For example,
pmf and nsnmf (as far as I noticed) return basis matrix in _sparse matrix of type '<type 'numpy.float64'_;

bd, lfnmf and nmf return basis matrix in _matrix_ format.

Could you kindly make the return matrix in same data type?

Thanks,

@marinkaz marinkaz self-assigned this Mar 23, 2015
@marinkaz
Copy link
Member

Fixed in 4d6a695.

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

2 participants