hypertools.tools.
missing_inds
(x)[source]¶Returns indices of missing data
This function is useful to identify rows of your array that contain missing data or nans. The returned indices can be used to remove the rows with missing data, or label the missing data points that are interpolated using PPCA.
Parameters: | x : array or list of arrays |
---|---|
Returns: | inds : list, or list of lists
|