Interface CategoricalSummaryStatistic

    • Method Detail

      • setCategoricalActual

        void setCategoricalActual​(String[] value)
        Sets the actual values.
        Parameters:
        value - the actual
      • getCategoricalActual

        String[] getCategoricalActual()
        Returns the actual values.
        Returns:
        the actual
      • setCategoricalPredicted

        void setCategoricalPredicted​(String[] value)
        Sets the predicted values.
        Parameters:
        value - the predicted
      • getCategoricalPredicted

        String[] getCategoricalPredicted()
        Returns the predicted values.
        Returns:
        the predicted
      • setCategoricalProbabilities

        void setCategoricalProbabilities​(double[] value)
        Sets the probabilities.
        Parameters:
        value - the probabilities
      • getCategoricalProbabilities

        double[] getCategoricalProbabilities()
        Returns the probabilities values.
        Returns:
        the probabilities
      • setCategoricalClassDistributions

        void setCategoricalClassDistributions​(double[][] value)
        Sets the class distributions.
        Parameters:
        value - the class distributions
      • getCategoricalClassDistributions

        double[][] getCategoricalClassDistributions()
        Returns the class distributions values.
        Returns:
        the class distributions
      • setCategoricalClassDistributionLabels

        void setCategoricalClassDistributionLabels​(String[] value)
        Sets the class labels (order in the class distributions).
        Parameters:
        value - the class distribution labels
      • getCategoricalClassDistributionLabels

        String[] getCategoricalClassDistributionLabels()
        Returns the class distributions values.
        Returns:
        the class distribution labels