DataBlock.get_data_mat
- DataBlock.get_data_mat(dobj_names: str | List[str] | None = None, data_mat: ndarray | None = None) ndarray[source]
- Returns the data belonging to the requested DataObject’s, as a single data matrix. - Parameters:
- dobj_names (Union[str, List[str]], optional) – The name or names of DataObject’s to consider. 
- data_mat (np.ndarray, optional) – The complete data matrix without uid’s