Commit 1cabca6
committed
hdbscan: add support to other types of input integers
Both attributes like min_samples and min_cluster_size can be defined
using other types of integer like Numpy's int16, int32 and int64. This
should be also supported by HDBSCAN. This commit only extendes the check
to other types of integers.
Signed-off-by: Julio Faracco <[email protected]>1 parent 7a6a095 commit 1cabca6
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
| 677 | + | |
| 678 | + | |
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
| |||
685 | 686 | | |
686 | 687 | | |
687 | 688 | | |
688 | | - | |
| 689 | + | |
689 | 690 | | |
690 | 691 | | |
691 | 692 | | |
| |||
0 commit comments