pcalg icon indicating copy to clipboard operation
pcalg copied to clipboard

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

Open Beyyes opened this issue 5 years ago • 1 comments

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!

Beyyes avatar Jul 31 '19 12:07 Beyyes

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.

keiichishima avatar Aug 13 '19 01:08 keiichishima