Interface Quantize.Function.Factory

    • Method Detail

      • build

        Quantize.Function build()
                         throws java.lang.Exception
        Builds a new function.
        Returns:
        the new function.
        Throws:
        java.lang.Exception - if there is a problem constructing the new Function.
      • column

        Column column​(java.lang.String label)
        Creates a new column to display the values of a function.
        Parameters:
        label - the readable valued used to label the column
        Returns:
        the new Column