RankSTMotifs: Rank the STmotifs Rank motifs by their quality

Description Usage Arguments Value Examples

View source: R/mainFunction.R

Description

Rank the STmotifs Rank motifs by their quality

Usage

1
RankSTMotifs(stmotifs)

Arguments

stmotifs

List of identified motifs

Value

The ranked version of the identified list of motifs

Examples

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)

STMotif documentation built on Jan. 8, 2021, 2:24 a.m.