.. _`Parameter Distribution`: .. _`org.sysess.sympathy.machinelearning.parameter_distribution`: Parameter Distribution ~~~~~~~~~~~~~~~~~~~~~~ .. image:: parameter_distribution.svg :width: 48 Creates a range of values giving a distribution for a parameter :Configuration: - *name* Name of generated column / parameter - *min* Lower value in range - *max* Upper value in range - *N* Number of point to generate / to sample - *method* Type of distribution - *as_integer* Forces output to be integers. Removes redundant sample points :Inputs: :Outputs: **out** : table Output *Ports*: **Outputs**: :out: table Output *Configuration*: **name** Name of generated column / parameter **min** Lower value in range **max** Upper value in range **N** Number of point to generate / to sample **method** Type of distribution **as_integer** Forces output to be integers. Removes redundant sample points .. automodule:: node_parameters .. class:: ParameterDistribution