enhanced_euclidean: Caculate enhanced Euclidean distance

Description Usage Arguments Value Examples

Description

This function caculates enhanced Euclidean distance for a given matrix.

Usage

1
enhanced_euclidean(series_matrix, r1, r2)

Arguments

series_matrix

The matrix contains several rows to be caculated distance.

r1

The weight parameter of the absolute distance between two series.

r2

The weight parameter of the stability of the difference of two series. r1 add r2 must be 1.

Value

The distance matrix of every pair of rows in series_matrix. The class is dist.

Examples

1
enhanced_euclidean(matrix(runif(100,0,100),20,50))

ahorawzy/TFTSA documentation built on May 13, 2019, 12:18 p.m.