Class AbsoluteCoherenceValues

  • All Implemented Interfaces:
    Cloneable

    public class AbsoluteCoherenceValues
    extends CoherenceValue
    implements Cloneable
    Represents the metadata and the correlation results for a single coherence measure (i.e. one line in the given data).
    Author:
    Michael Röder (michael.roeder@uni-paderborn.de)
    • Field Detail

      • absoluteCorrelation

        protected double absoluteCorrelation
    • Constructor Detail

      • AbsoluteCoherenceValues

        protected AbsoluteCoherenceValues()
      • AbsoluteCoherenceValues

        public AbsoluteCoherenceValues​(double correlation,
                                       boolean containsNaN,
                                       String[] line)