Interface IademNumericAttributeObserver

    • Method Detail

      • getMaxOfValues

        long getMaxOfValues()
      • addValue

        void addValue​(double attValue,
                      int classValue,
                      double weight)
      • getValueCount

        long getValueCount()
      • getClassDist

        long[] getClassDist()
      • getNumberOfCutPoints

        long getNumberOfCutPoints()
      • getLeftClassDist

        long[] getLeftClassDist​(double cut)
      • getCut

        double getCut​(int index)
      • computeClassDistProbabilities

        void computeClassDistProbabilities​(double[][][] inf_p_corte_valor_z,
                                           double[][][] sup_p_corte_valor_z,
                                           double[][] n_corte_valor,
                                           boolean withIntervalEstimates)
      • computeClassDist

        void computeClassDist​(double[][][] cutClassDist)
      • cutPointSuggestion

        ArrayList<Double> cutPointSuggestion​(int numCortes)
      • computeConditionalProb

        double[] computeConditionalProb​(ArrayList<Double> cuts,
                                        double value)
      • reset

        void reset()
      • setMaxBins

        void setMaxBins​(int numIntervalos)