Class StatisticalFunction

    • Constructor Detail

      • StatisticalFunction

        public StatisticalFunction​(java.lang.String name)
    • Method Detail

      • createStatistic

        public abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic createStatistic()
      • evaluate

        public FieldValue evaluate​(java.util.List<FieldValue> arguments)
        Description copied from interface: Function

        Evaluates this function with the specified arguments.

      • getResultDataType

        protected org.dmg.pmml.DataType getResultDataType​(org.dmg.pmml.DataType dataType)