Class BasicAUCImbalancedPerformanceEvaluator.Estimator

    • Field Detail

      • position

        protected int position
      • numPos

        protected double numPos
      • numNeg

        protected double numNeg
      • correctPredictions

        protected double correctPredictions
      • correctPositivePredictions

        protected double correctPositivePredictions
      • columnKappa

        protected double[] columnKappa
      • rowKappa

        protected double[] rowKappa
      • calculateAuc

        protected boolean calculateAuc
    • Constructor Detail

      • Estimator

        public Estimator​(boolean calculateAuc)
    • Method Detail

      • add

        public void add​(double score,
                        boolean isPositive,
                        boolean correctPrediction)
      • getAUC

        public double getAUC()
      • getScoredAUC

        public double getScoredAUC()
      • getRatio

        public double getRatio()
      • getAccuracy

        public double getAccuracy()
      • getKappa

        public double getKappa()
      • getGMean

        public double getGMean()
      • getRecall

        public double getRecall()