Class WindowAUCImbalancedPerformanceEvaluator.Estimator.Score

    • Field Detail

      • value

        protected double value
        Predicted score of the example
      • posWindow

        protected int posWindow
        Age of example - position in the window where the example was added
      • isPositive

        protected boolean isPositive
        True if example's true label is positive
    • Constructor Detail

      • Score

        public Score​(double value,
                     int position,
                     boolean isPositive)
        Constructor.
        Parameters:
        value - score value
        position - score position in window (defines its age)
        isPositive - true if the example's true label is positive