Description Usage Arguments Details Value See Also
Processes the set event records using the set computation specification in an ERTMon object.
1 2 3 4 5 6 7 | ERTMonProcessEventRecords(
ertObj,
outlierIdentifier = SPLUSQuartileIdentifierParameters,
alignmentSpec = "MaxTime",
echoStepsQ = FALSE,
progressObject = NULL
)
|
ertObj |
An ERTMon object. |
outlierIdentifier |
Outlier parameters function. |
alignmentSpec |
A time series alignment specification argument
with acceptable values |
echoStepsQ |
Should the computational steps be proclaimed? |
progressObject |
An object to be used in a progress gauge. |
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.
An ERTMon object.
Other Transformation functions:
ERTMonExtractFeatures()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.