Description Usage Arguments Value Examples
Rank the STmotifs Rank motifs by their quality
1 | RankSTMotifs(stmotifs)
|
stmotifs |
List of identified motifs |
The ranked version of the identified list of motifs
1 2 3 4 5 | #Search for Spatial-time Motifs
D <- STMotif::example_dataset
DS <- NormSAX(STMotif::example_dataset,5)
stmotifs <- SearchSTMotifs(D,DS,4,5,4,10,2,2)
rstmotifs <- RankSTMotifs(stmotifs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.