Class DenseMatrix
java.lang.Object
ubic.gemma.core.loader.util.anndata.DenseMatrix
- All Implemented Interfaces:
AutoCloseable
,Matrix
Represents a dense AnnData matrix.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DenseMatrix
-
-
Method Details
-
getShape
public int[] getShape()Description copied from interface:Matrix
Obtain the shape of this matrix. -
getDataType
Description copied from interface:Matrix
Obtain the data type used for the scalars of this matrix.- Specified by:
getDataType
in interfaceMatrix
-
getData
Description copied from interface:Matrix
Obtain the H5 dataset underlying this matrix. -
close
public void close()Description copied from interface:Matrix
Release the underlying H5 resource for this matrix.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceMatrix
-