Deng: deng_obj data engineering object (deng)

DengR Documentation

deng_obj data engineering object (deng)

Description

deng_obj data engineering object (deng)

deng_obj data engineering object (deng)

Details

An object that transforms data into more robust forms. This includes pairs, signature-pairs, quartiles, and ranks

Public fields

what

type of engineering to do

if

there are signatures to be used

Active bindings

what

type of engineering to do

if

there are signatures to be used

Methods

Public methods


Method new()

Create a new 'Recm' object.

Usage
Deng$new(data_mode = NULL, signatures = NULL)
Arguments
name

The object is named.

Returns

A new 'recm' object.


Method data_eng()

Data engineering, replaces the object's data.table.

Usage
Deng$data_eng(data = NULL)

Method clone()

The objects of this class are cloneable with this method.

Usage
Deng$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

# New object
ann <- Recm$new("Ann")


Gibbsdavidl/robencla documentation built on Dec. 25, 2024, 12:44 a.m.