interface SearchPageRankOptions {
    dampingFactor?: number;
    iterations?: number;
    precision?: number;
}

Properties

dampingFactor?: number

Numeric parameter for the algorithm.

iterations?: number

Maximum number of iterations to perform.

precision?: number

Numeric parameter that represents the required precision.

MMNEPVFCICPMFPCPTTAAATR