getClusterFact {SpecDetec} | R Documentation |
Get the Factor of the cluster position in relation to the matrix of eigenvectors
Description
Get the Factor of the cluster position in relation to the matrix of eigenvectors
Usage
getClusterFact(eigenvectorValues, eigenvectorLengthLessOne, clusterNumber,
reverseClusterNumber)
Arguments
eigenvectorValues |
Eigenvector matrix based on the affinity matrix |
eigenvectorLengthLessOne |
the eigenvector matrix size minus 1 |
clusterNumber |
the cluster position number being tested |
reverseClusterNumber |
the number of the inverse position of the cluster being tested |
Details
Gets the factor of the value and its opposite in relation to the matrix of the eigenvectors
Value
Factor of the cluster position in relation to the matrix of eigenvectors
Author(s)
Luis Gustavo Uzai
[Package SpecDetec version 1.0.0 Index]