Uses of Interface
ubic.gemma.core.util.matrix.Matrix2D
Packages that use Matrix2D
Package
Description
Labelled-axis matrix types ported in-tree from baseCode's
ubic.basecode.dataStructure.matrix subsystem as part of the Phase 3
baseCode retirement (see BASECODE_MATRIX_RECCE.md and
BASECODE_DEP_AUDIT.md).-
Uses of Matrix2D in ubic.gemma.core.util.matrix
Classes in ubic.gemma.core.util.matrix with type parameters of type Matrix2DModifier and TypeClassDescriptionclassAbstractMatrixReader<M extends Matrix2D<String,String, V>, V> Abstract class representing an object that can read in aMatrix2Dfrom a file.Subinterfaces of Matrix2D in ubic.gemma.core.util.matrixModifier and TypeInterfaceDescriptioninterfaceObjectMatrix<R,C, V> interfacePrimitiveMatrix<R,C, V> Matrix that holds primitives, with an available object representation of the values.Classes in ubic.gemma.core.util.matrix that implement Matrix2DModifier and TypeClassDescriptionclassAbstractMatrix<R,C, V> classSupports sparse matrices (where sparse means most values are zero, not that they are missing).classDenseDoubleMatrix<R,C> A dense matrix of doubles that knows about row and column names.classDoubleMatrix<R,C> Abstract base class for 2D matrices of double values with named columns and rows.classDense 2D matrix implementation designed for very fast access of entire rows.classIntegerMatrix<R,C> classObjectMatrixImpl<R,C, V> Matrix that can hold any type of objectclassSparseDoubleMatrix<R,C> A sparse matrix that knows about row and column names.classStringMatrix<R,C> A NamedMatrix containing String objects.Methods in ubic.gemma.core.util.matrix with parameters of type Matrix2D -
Uses of Matrix2D in ubic.gemma.core.util.matrix.datafilter
Classes in ubic.gemma.core.util.matrix.datafilter with type parameters of type Matrix2DModifier and TypeClassDescriptionclassAbstractFilter<M extends Matrix2D<R,C, V>, R, C, V> Base implementation of the filter interface.interfaceAn interface representing the functionality of a class that can filter 2-d matrix-based data by row-oriented criteria.classRowMissingFilter<M extends Matrix2D<R,C, V>, R, C, V> Remove rows from a matrix that are missing too many points.