Class DenseMatrix
java.lang.Object
ubic.gemma.core.loader.util.anndata.DenseMatrix
- All Implemented Interfaces:
AutoCloseable, Matrix
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DenseMatrix
-
-
Method Details
-
getShape
-
getDataType
Description copied from interface:MatrixObtain the data type used for the scalars of this matrix.- Specified by:
getDataTypein interfaceMatrix
-
getData
-
close
public void close()Description copied from interface:MatrixRelease the underlying H5 resource for this matrix.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceMatrix
-