av

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package av generates a set of annotation vectors that can be applied onto a matrix profile before computing other features such as motifs, discords, etc.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(av AV, ts []float64, m int) ([]float64, error)

Create returns the annotation vector given an input time series and a window size m

Types

type AV

type AV string
const (
	Default    AV = "default"    // Default is the default annotation vector of all ones
	Complexity AV = "complexity" // Complexity is the annotation vector that focuses on areas of high "complexity"
	MeanStd    AV = "mean_std"   // MeanStd is the annotation vector focusing on areas where the signal is within a standard deviation of the mean
	Clipping   AV = "clipping"   // Clipping is the annotation vector reducing the importance of areas showing clipping effects on the positive and negative regime
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL