Learn R Programming

SpecDetec (version 1.0.0)

generateSimilarityMatrix: Calculate Similarity Matrix

Description

Use some similarity measure to calculate the similarity matrix

Usage

generateSimilarityMatrix(data, similarityMeasure)

Arguments

data

Key and value matrix of a time series

similarityMeasure

Measure of similarity between two points represented by x1 and x2

Value

Matrix of similarity calculated from the key and value matrix.

Details

Use some similarity measure to calculate the similarity matrix