ERTMonExtractFeatures: Extract feature with an already made data transformer.

Description Usage Arguments Details Value See Also

View source: R/ERTMon.R

Description

Processes "unseen" data with an already made data transformer object.

Usage

1
2
3
4
5
6
7
ERTMonExtractFeatures(
  ertObj,
  eventRecords = NULL,
  entityAttributes = NULL,
  echoStepsQ = TRUE,
  progressObject = NULL
)

Arguments

ertObj

An ERTMon object.

eventRecords

A data frame with event records.

entityAttributes

A data frame with entity attributes.

echoStepsQ

Should the computational steps be proclaimed?

progressObject

An object to be used in a progress gauge.

Details

The result feature matrix is assigned to ertObj$Value.

Value

An ERTMon object.

See Also

Other Transformation functions: ERTMonProcessEventRecords()


antononcube/ERTMon-R documentation built on Oct. 14, 2021, 2:27 p.m.