qwdap.rrelieff {QWDAP} | R Documentation |
RReliefF
Description
Mode selection by RReliefF. The purpose of this function is to select the part modes with similar characteristics to the observed time series from the modes generated by the quantum walk. And it is based on the data model.
Usage
qwdap.rrelieff(real, ctqw, index, num, plotting)
Arguments
real |
the real series observed. |
ctqw |
the 'CTQW' object. |
index |
the index of the data for mode selection. |
num |
the number of series required. |
plotting |
whether to plot. |
Details
The 'QWMS' object include the original time series and the modes generated by quantum walks.
Value
a 'QWMS' object.
Examples
data("traffic.qw")
data("trafficflow")
res.rrelieff <- qwdap.rrelieff(trafficflow,traffic.qw,1,30,TRUE)
[Package QWDAP version 1.1.18 Index]