LexorankEx.Bucket (lexorank_ex v0.1.5)

Link to this section Summary

Link to this section Functions

Link to this function

between(left, right)

Specs

between(String.t(), String.t()) :: String.t()
Link to this function

distance(left, right)

Specs

distance(String.t(), String.t()) :: non_neg_integer()
Link to this function

maximum_value(bucket \\ 1, division \\ 1)

Specs

maximum_value(non_neg_integer(), non_neg_integer()) :: String.t()
Link to this function

middle(division)

Specs

middle(non_neg_integer()) :: String.t()
Link to this function

minimum_value(bucket \\ 1, division \\ 1)

Specs

minimum_value(non_neg_integer(), non_neg_integer()) :: String.t()
Link to this function

new(value, start_point \\ :start)

Specs

new(String.t(), :start | :middle) :: String.t()
Link to this function

next(value, step \\ 8)

Specs

Link to this function

prev(value, step \\ 8)

Specs