Action: CREATE_MASK
Module | generic |
---|---|
Description | Usage |
Create a mask vector to use for landmark selection | |
output value | type |
a vector of zeros and ones that is used that can be used to mask some of the elements in a time series | 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 | vector | the label of the vector that you would like to construct a mask for |
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 label of the vector that you would like to construct a mask for |
TYPE | compulsory | none | the way the zeros are supposed to be set |
NZEROS | compulsory | none | the number of zeros that you want to put in the mask |
NUMERICAL_DERIVATIVES | optional | false | calculate the derivatives for these quantities numerically |
SEED | optional | not used | the seed to use for the random number generator |