Documentation of 'com.lagodiuk.gp.symbolic.interpreter.Function' Java class
Function
com.lagodiuk.gp.symbolic.interpreter

Interface Function

  • All Known Implementing Classes:
    Functions


    public interface Function
    • Method Detail

      • argumentsCount

        int argumentsCount()
      • isVariable

        boolean isVariable()
      • isNumber

        boolean isNumber()
      • isCommutative

        boolean isCommutative()
      • print

        java.lang.String print(Expression expression)
      • getCoefficients

        java.util.List<java.lang.Double> getCoefficients(Expression expression)
      • setCoefficients

        void setCoefficients(Expression expression,
                             java.util.List<java.lang.Double> coefficients,
                             int startIndex)
      • coefficientsCount

        int coefficientsCount()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.