PHP-Science/PageRank

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/tests.yml
.gitignore
.scrutinizer.yml
LICENSE
README.md
composer.json
src/Builder/NodeBuilder.php19
A
0 mins
src/Builder/NodeCollectionBuilder.php15
A
0 mins
src/Data/Node.php24
A
0 mins
src/Data/NodeCollection.php24
A
0 mins
src/Data/NodeCollectionInterface.php10
A
0 mins
src/Data/NodeInterface.php10
A
0 mins
src/Service/PageRankAlgorithm.php70
A
0 mins
src/Service/PageRankAlgorithm/Normalizer.php48
A
0 mins
src/Service/PageRankAlgorithm/NormalizerInterface.php12
A
0 mins
src/Service/PageRankAlgorithm/RankComparator.php10
A
0 mins
src/Service/PageRankAlgorithm/RankComparatorInterface.php7
A
0 mins
src/Service/PageRankAlgorithm/Ranking.php62
A
0 mins
src/Service/PageRankAlgorithm/RankingInterface.php13
A
0 mins
src/Service/PageRankAlgorithmInterface.php11
A
0 mins
src/Strategy/MemorySourceStrategy.php78
A
0 mins
src/Strategy/NodeDataSourceStrategyInterface.php14
A
0 mins