Class SpearmanMetrics

    • Constructor Detail

      • SpearmanMetrics

        public SpearmanMetrics​(ExpressionDataDoubleMatrix dataMatrix,
                               double tmts)
        Parameters:
        dataMatrix - DenseDoubleMatrix2DNamed
        tmts - Values of the correlation that are deemed too small to store in the matrix. Setting this as high as possible can greatly reduce memory requirements, but can slow things down.
      • SpearmanMetrics

        protected SpearmanMetrics​(int size)
        Parameters:
        size - Dimensions of the required (square) matrix.