Deng | R Documentation |
deng_obj data engineering object (deng)
deng_obj data engineering object (deng)
An object that transforms data into more robust forms. This includes pairs, signature-pairs, quartiles, and ranks
what
type of engineering to do
if
there are signatures to be used
what
type of engineering to do
if
there are signatures to be used
new()
Create a new 'Recm' object.
Deng$new(data_mode = NULL, signatures = NULL)
name
The object is named.
A new 'recm' object.
data_eng()
Data engineering, replaces the object's data.table.
Deng$data_eng(data = NULL)
clone()
The objects of this class are cloneable with this method.
Deng$clone(deep = FALSE)
deep
Whether to make a deep clone.
# New object
ann <- Recm$new("Ann")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.