Description Usage Arguments Value
constructor function for adding constructed features to the system
1 | constructfeature(classname, operation, mode = "all", impute = FALSE)
|
classname |
(character) name of the inherited class |
operation |
(expression) feature construction operation.The expression is evaluated by computevalue method. |
mode |
(character) Mode of data to be used in construction . Defaults to "all", option "numeric" for numeric data without class labels. |
impute |
(logical) Impute whether construction is done before missing value imputation . Defaults to "FALSE" |
(BaseClass) A sub class inhereted from BaseClass and computevalue method for the class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.