Skip to content

nb module

Numba-compiled functions for splitting.


norm_range_overlap_matrix_nb function

norm_range_overlap_matrix_nb(
    mask_arr
)

Compute the normalized overlap matrix for ranges.


norm_set_overlap_matrix_nb function

norm_set_overlap_matrix_nb(
    mask_arr
)

Compute the normalized overlap matrix for sets.


norm_split_overlap_matrix_nb function

norm_split_overlap_matrix_nb(
    mask_arr
)

Compute the normalized overlap matrix for splits.


range_overlap_matrix_nb function

range_overlap_matrix_nb(
    mask_arr
)

Compute the overlap matrix for ranges.


set_overlap_matrix_nb function

set_overlap_matrix_nb(
    mask_arr
)

Compute the overlap matrix for sets.


split_overlap_matrix_nb function

split_overlap_matrix_nb(
    mask_arr
)

Compute the overlap matrix for splits.


split_range_by_gap_nb function

split_range_by_gap_nb(
    range_
)

Split a range with gaps into start and end indices.