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

How to use the bin_data, is it only integer data type allowed? #8

Open
Beyyes opened this issue Jul 31, 2019 · 1 comment
Open

How to use the bin_data, is it only integer data type allowed? #8

Beyyes opened this issue Jul 31, 2019 · 1 comment

Comments

@Beyyes
Copy link

Beyyes commented Jul 31, 2019

image
I generate a double/float data matrix (x_data) like the picture above, however an error occurs as below:
image
Is it only integer data type allowed?
Thanks!

@keiichishima
Copy link
Owner

Hi,

ci_test_bin function is for binary values, that mean the values must be 0 or 1. There is another test function ci_test_dis for discrete values, this supports only integers. Currently this module only provides these two test functions.

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