Uses of Class
ubic.basecode.dataStructure.matrix.SparseDoubleMatrix
-
Packages that use SparseDoubleMatrix Package Description ubic.basecode.dataStructure.matrix ubic.basecode.math -
-
Uses of SparseDoubleMatrix in ubic.basecode.dataStructure.matrix
Methods in ubic.basecode.dataStructure.matrix that return SparseDoubleMatrix Modifier and Type Method Description static SparseDoubleMatrix<String,String>
DoubleMatrixFactory. sparse(double[][] T)
static SparseDoubleMatrix<String,String>
DoubleMatrixFactory. sparse(int rows, int cols)
-
Uses of SparseDoubleMatrix in ubic.basecode.math
Methods in ubic.basecode.math that return SparseDoubleMatrix Modifier and Type Method Description static <R,C>
SparseDoubleMatrix<R,R>MatrixStats. correlationMatrix(DoubleMatrix<R,C> data, double threshold)
-