LexorankEx.Utils (lexorank_ex v0.1.5)

Link to this section Summary

Link to this section Functions

Link to this function

equalize_length(numbers1, numbers2)

Specs

equalize_length([non_neg_integer()], [non_neg_integer()]) ::
  {[non_neg_integer()], [non_neg_integer()]}
Link to this function

normalize_step(step, numbers)

Specs

normalize_step(non_neg_integer(), [non_neg_integer()]) :: [non_neg_integer()]
Link to this function

to_numbers(str)

Specs

to_numbers(String.t()) :: [non_neg_integer()]
Link to this function

to_string(numbers)

Specs

to_string([non_neg_integer()]) :: String.t()