All Implemented Interfaces:
MatrixRowPairAnalysis

public class SpearmanMetrics extends PearsonMetrics
Subclass that computes correlations using ranks.
Author:
paul
  • Constructor Details

    • SpearmanMetrics

      public SpearmanMetrics(ExpressionDataDoubleMatrix dataMatrix)
    • 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.
  • Method Details