Class PredictionEccentricityContainer

    • Field Detail

      • VALUE_PREDICTIONS

        public static final String VALUE_PREDICTIONS
        the identifier for the underlying predictions.
        See Also:
        Constant Field Values
      • VALUE_ECCENTRICITY

        public static final String VALUE_ECCENTRICITY
        the identifier for the calculated eccentricity.
        See Also:
        Constant Field Values
      • VALUE_MATRIX

        public static final String VALUE_MATRIX
        the identifier for the binary matrix used to calculate the eccentricity.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PredictionEccentricityContainer

        public PredictionEccentricityContainer()
        Initializes the container.

        Only used for generating help information.
      • PredictionEccentricityContainer

        public PredictionEccentricityContainer​(SpreadSheet predictions,
                                               Double eccentricity,
                                               BooleanArrayMatrixView matrix)
        Initializes the container with no header.
        Parameters:
        predictions - the original data
        clean - the clean data, can be null
        matrix - the outlier data, can be null
    • Method Detail

      • isValid

        public boolean isValid()
        Checks whether the setup of the container is valid.
        Specified by:
        isValid in interface Container
        Specified by:
        isValid in class AbstractContainer
        Returns:
        true if all the necessary values are available