package documentation

Undocumented

From __init__.py:

Class HATArch Undocumented
Function _get_overlap_ratio Undocumented
Function _inv_int_div Returns a number b such that a // b == c.
def _get_overlap_ratio(window_size: int, with_overlap: int) -> float: (source)

Undocumented

def _inv_int_div(a: int, c: int) -> float: (source)

Returns a number b such that a // b == c.