object

schulze_ranker

Schulze pairwise preference ranker. Learns one deterministic score per item from a dataset object implementing the pairwise_ranking_dataset_protocol protocol by computing strongest paths over aggregated head-to-head outcomes and returns a self-describing ranker term with diagnostics that can be used for ranking and export.

Availability:
logtalk_load(schulze_ranker(loader))
Author: Paulo Moura
Version: 1:0:0
Date: 2026-05-07
Compilation flags:
static, context_switching_calls
Remarks:
(none)

Public predicates

strongest_paths/2

Returns the labeled strongest-path relation as path(Item1,Item2,Strength) terms for all ordered pairs of distinct learned items.

Compilation flags:
static
Template:
strongest_paths(Ranker,StrongestPaths)
Mode and number of proofs:
strongest_paths(+compound,-list(compound)) - one

Protected predicates

(no local declarations; see entity ancestors if any)

Private predicates

(no local declarations; see entity ancestors if any)

Operators

(none)