Class OutlierDetectorContainer

    • Constructor Detail

      • OutlierDetectorContainer

        public OutlierDetectorContainer()
        Initializes the container.
      • OutlierDetectorContainer

        public OutlierDetectorContainer​(OutlierDetector detector,
                                        String[] detection,
                                        DataContainer input)
        Initializes the container with the specified plot name and no X value.
        Parameters:
        detector - the detector used
        detection - the detection messages
        input - the original input data
    • 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