Class CorrelationCoefficients


  • public class CorrelationCoefficients
    extends Object
    Class that calculates various correlation coefficients.
    Version:
    $Rev: 2509 $ modified: [sstein]: 16.Feb.2009 changed logger-entries to comments
    Author:
    Ole Rahn

    FH Osnabrück - University of Applied Sciences Osnabrück,
    Project: PIROL (2005),
    Subproject: Daten- und Wissensmanagement
    • Field Detail

      • dataArray

        protected Object[] dataArray
      • attrName1

        protected String attrName1
      • attrName2

        protected String attrName2
      • means

        protected double[] means
      • rawFeatures

        protected Feature[] rawFeatures
    • Constructor Detail

      • CorrelationCoefficients

        public CorrelationCoefficients​(Feature[] features,
                                       String attr1,
                                       String attr2)