RankSTMotifs {STMotif} | R Documentation |
Rank the STmotifs Rank motifs by their quality
Description
Rank the STmotifs Rank motifs by their quality
Usage
RankSTMotifs(stmotifs)
Arguments
stmotifs |
List of identified motifs |
Value
The ranked version of the identified list of motifs
Examples
#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)
[Package STMotif version 2.0.2 Index]