FindBestNMotifs: FindBestNMotifs

Description Usage Arguments Value

Description

This function extracts the best N motifs from a previously calculated matrix profile.

Usage

1
FindBestNMotifs(profile, index, m, n, self.join)

Arguments

profile

KHIVA Array with the matrix profile containing the minimum distance of each subsequence.

index

KHIVA Array with the matrix profile index containing where each minimum occurs.

m

Subsequence length value used to calculate the input matrix profile.

n

Number of motifs to extract

self.join

Indicates whether the input profile comes from a self join operation or not. It determines whether the mirror similar region is included in the output or not.

Value

A list of KHIVA Arrays with the motif distance, the motif indices and the subsequence indices.


shapelets/khiva-r documentation built on June 10, 2019, 4:58 a.m.