annbatch.types.LoaderOutput#
- typeddict annbatch.types.LoaderOutput#
The output of the loader, the “data matrix” with its obs, optional, and index, also optional.
- Required Keys:
X (
Union[csr_matrix,ndarray,csr_matrix,ndarray,Tensor])obs (
Optional[DataFrame])index (
Optional[ndarray])