Liking cljdoc? Tell your friends :D

possum.eigentrust


calculate-scoresclj

(calculate-scores matrix pre-trust)
(calculate-scores outgoing-trust-matrix pre-trust opts)

Computes deterministic EigenTrust scores for a given network topology.

Inputs:

  • outgoing-trust-matrix: A square matrix representing trust links
  • pre-trust: A normalized vector representing the trusted seed nodes
  • opts: Optional map configuration (:alpha, :epsilon, :max-iterations)

Returns a normalized vector of global trust scores.

Computes deterministic EigenTrust scores for a given network topology.

Inputs:
- outgoing-trust-matrix: A square matrix representing trust links
- pre-trust: A normalized vector representing the trusted seed nodes
- opts: Optional map configuration (:alpha, :epsilon, :max-iterations)

Returns a normalized vector of global trust scores.
sourceraw docstring

default-optionsclj

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close