Shortcut: KERNEL
Module | refdist |
---|---|
Description | Usage |
Transform a set of input coordinates using a kernel function | |
output value | type |
the value of the kernel evaluated at the argument values | scalar/vector |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
Keyword | Type | Description |
---|---|---|
ARG | scalar/vector | the arguments that should be used as input to this method |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ARG | input | none | the arguments that should be used as input to this method |
TYPE | compulsory | gaussian | the type of kernel to use |
CENTER | compulsory | none | the position of the center of the kernel |
COVAR | compulsory | none | the covariance of the kernel |
WEIGHT | compulsory | 1.0 | the weight to multiply this kernel function by |
NUMBER | compulsory | 1 | if there are multiple sets of kernel parameters in the input file which set of kernel parameters would you like to read in here |
SIGMA | optional | not used | square root of variance of the cluster |
REFERENCE | optional | not used | the file from which to read the kernel parameters |
NORMALIZED | optional | false | would you like the kernel function to be normalized |