public static interface Quantize.Function.Factory
Modifier and Type | Method and Description |
---|---|
Quantize.Function |
build()
Builds a new function.
|
Column |
column(String label)
Creates a new column to display the values of a function.
|
Quantize.Function build() throws Exception
Exception