Documentation
¶
Overview ¶
Package rbo calculates the rank biased overlap between ordered lists
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RBDext ¶
RBDext calculates the RBOext to depth k and returns the distance (1-RBOext). k should not be greater than max(len(s), len(t)), and will be set to this minimum if it is. Set k to 0 to comparse full length of lists. p is the persitence (weighting).
func RBOext ¶
RBOext calculates the rank biased overlap to depth k, based on formula 32 from "A Similarity Measure for Indefinite Rankings" (Webber et al.). k should not be greater than max(len(s), len(t)), and will be set to this minimum if it is. Set k to 0 to compare full length of lists. p is the persitence (weighting).
Types ¶
This section is empty.