Class TrivialGeneratedOutlier

  • All Implemented Interfaces:
    Algorithm, OutlierAlgorithm

    public class TrivialGeneratedOutlier
    extends java.lang.Object
    implements OutlierAlgorithm
    Extract outlier score from the model the objects were generated by.

    This algorithm can only be applied to data that was freshly generated, to the generator model information is still available.

    Since:
    0.5.0
    Author:
    Erich Schubert
    • Field Detail

      • LOG

        private static final Logging LOG
        Class logger
      • expect

        double expect
        Expected share of outliers.
    • Constructor Detail

      • TrivialGeneratedOutlier

        public TrivialGeneratedOutlier​(double expect)
        Constructor.
        Parameters:
        expect - Expected share of outliers
      • TrivialGeneratedOutlier

        public TrivialGeneratedOutlier()
        Constructor.