Class StandardDeviationFunction

    • Constructor Detail

      • StandardDeviationFunction

        public StandardDeviationFunction()
    • Method Detail

      • computePercentage

        protected void computePercentage​(double[] percentages,
                                         double classMembers,
                                         double totalSize,
                                         int index)
        Description copied from class: ClassificationFunction
        Compute the percentage from the input parameters, setting in the percentages array at the specified index
        Overrides:
        computePercentage in class ClassificationFunction
      • percentages

        protected boolean percentages()