generateEigenvectorMatrix {SpecDetec} | R Documentation |
Calculate the eigenvector of the affinity matrix
Description
Calculate the eigenvector of the affinity matrix
Usage
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
[Package SpecDetec version 1.0.0 Index]