Learn R Programming

TSMining (version 1.0)

Func.matrix: A function to create the distance matrix for alphabets

Description

This function create a distance matrix for alphabets used for SAX transformation

Usage

Func.matrix(a)

Arguments

a
is an integer specifying the alphabet size.

Value

The function returns a matrix showing the distance between alphabets

Examples

Run this code
Func.matrix(a=5)

Run the code above in your browser using DataLab