ERTMonProcessEventRecords: Process the data and make feature matrix.

Description Usage Arguments Details Value See Also

View source: R/ERTMon.R

Description

Processes the set event records using the set computation specification in an ERTMon object.

Usage

1
2
3
4
5
6
7
ERTMonProcessEventRecords(
  ertObj,
  outlierIdentifier = SPLUSQuartileIdentifierParameters,
  alignmentSpec = "MaxTime",
  echoStepsQ = FALSE,
  progressObject = NULL
)

Arguments

ertObj

An ERTMon object.

outlierIdentifier

Outlier parameters function.

alignmentSpec

A time series alignment specification argument with acceptable values "MinTime", "MaxTime", or a non-negative number.

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. If alignmentSpec is a non-negative number the alignment is done by finding the difference ObservationTime - alignmentSpec and keeping the event records for which that difference is non-negative.

Value

An ERTMon object.

See Also

Other Transformation functions: ERTMonExtractFeatures()


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