generateEigenvectorMatrix: Calculate the eigenvector of the affinity matrix

Description Usage Arguments Details Value Author(s)

View source: R/CalculateEigenvector.R

Description

Calculate the eigenvector of the affinity matrix

Usage

1
generateEigenvectorMatrix(affinityMatrix)

Arguments

affinityMatrix

Affinity matrix based on the similarity matrix based on key and value matrix of the time series

Details

Calculates the laplacian matrix based on the affinity matrix and calculates the auto values of the graph with the eigen function

Value

Eigenvector matrix based on the affinity matrix

Author(s)

Luis Gustavo Uzai


SpecDetec documentation built on May 2, 2019, 1:08 p.m.