Arfficionado

Elixir reader for ARFF data sets (Attribute Relation File Format); HexDocs.

Installation

The package can be installed by adding arfficionado to your list of dependencies in mix.exs:

def deps do
  [
    {:arfficionado, "~> 0.1.0"}
  ]
end