UNPKG
entropyx
Version:
latest (0.0.6)
0.0.6
A simple data mining library, written in TypeScript
github.com/ArioAtlas/entropyx
ArioAtlas/entropyx
entropyx
/
interfaces
/
page-rank-options.interface.d.ts
6 lines
(5 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
PageRankOptions
{
beta
?:
number
;
maxIterations
?:
number
;
tolerance
?:
number
; }