generateEigenvectorMatrix: 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
Value
Eigenvector matrix based on the affinity matrix
Details
Calculates the laplacian matrix based on the affinity matrix and
calculates the auto values of the graph with the eigen function