Class DoubleVectorValueObject

    • Method Detail

      • getData

        public double[] getData()
      • getPvalue

        public Double getPvalue()
      • setPvalue

        public void setPvalue​(Double pvalue)
      • getRank

        public Double getRank()
      • setRank

        public void setRank​(Double rank)
      • getSourceVectorId

        public Long getSourceVectorId()
        Returns:
        If this returns non-null, it means the vector is a slice of another vector identified by the return value.
      • isMasked

        public boolean isMasked()
      • setMasked

        public void setMasked​(boolean masked)
      • isReorganized

        public boolean isReorganized()
        Returns:
        true if the data has been rearranged relative to the bioassay dimension (as a matter of practice the bioassay dimension should be set to null if it is not valid; this boolean is an additional check)
      • setReorganized

        public void setReorganized​(boolean reorganized)
      • isSliced

        public boolean isSliced()
      • standardize

        public double[] standardize()
        Returns:
        data adjusted to mean 0, variance 1.