Skip to content

quanhuynhUmb/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

matrix

Prepare:

Input : inputM.txt, inputD.txt, inputA.txt

  • inputM.txt: Matrix M ma trận cụm (inter-level proximity matrix)
  • inputD.txt: Matrix dangling
  • inputA.txt: Matrix A connectivity (ket noi)
  • Result = transpose(sA + sD + uM + (1 -s -u)E)
  •       = transpose(0.75*A + 0.75*D + 0.15 * M + 0.1 * E)
    
  • Rank = vector(1/n)
  • Rank = Result * Rank (Repeat 6 times)

  1. git clone https://github.com/quanhuynhUmb/matrix.git
  2. cd matrix/matrixVer1/
  3. ./runMatrix.sh f

or

  1. ./runMatrix.sh

Output: MatrixOutput_YYMMDD_HH_MM_SS.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published