python : improved documentation
This commit is contained in:
@ -175,7 +175,7 @@ def argsort_bounded(d_a: np.ndarray, d_indices: np.ndarray, low: int, high: int)
|
||||
stack[top] = high
|
||||
|
||||
@njit('uint16[:, :](int32[:, :])')
|
||||
def argsort(X_feat: np.ndarray) -> np.ndarray:
|
||||
def argsort_2d(X_feat: np.ndarray) -> np.ndarray:
|
||||
"""Perform an indirect sort of a given array.
|
||||
|
||||
Args:
|
||||
|
Reference in New Issue
Block a user