Interface IPreprocessingFunction

    • Method Detail

      • applyFunction

        Instance applyFunction​(Instance i,
                               String property,
                               String... arguments)
        Applies the function to this instance
        Parameters:
        i - the instance that will be preprocessed
        property - for unary operators this is the property on which the function will be applied, for n-ary fucntions this is the name of the new property where the result of the preprocessing will be stored
        arguments - some functions take arguments
        Returns:
        the preprocessed instance
      • minNumberOfArguments

        int minNumberOfArguments()
      • maxNumberOfArguments

        int maxNumberOfArguments()
      • isComplex

        boolean isComplex()