motifs {tsmp} | R Documentation |
Search for Motifs
Description
Search for Motifs
Usage
motifs(
profile,
exclusion_zone = profile$ez,
k = 3L,
neighbor_count = 10L,
radius = 3
)
Arguments
profile |
a |
exclusion_zone |
an |
k |
an |
neighbor_count |
an |
radius |
an |
References
Website: http://www.cs.ucr.edu/~eamonn/MatrixProfile.html
See Also
Other Main API:
analyze()
,
compute()
,
discords()
,
visualize()
[Package tsmp version 0.4.15 Index]