arfficionado v0.1.0 API Reference

Modules

Reader for ARFF (Attribute Relation File Format) data. Adaptable to application-specific needs through custom handler behaviour implementations.

Handler behaviour.

Example handler module that collects a list of {instance, weight} tuples, where instance is a list of values (corresponding to the attributes defined in the ARFF header) and weight is an integer.

Example handler module that collects a list of {instance, weight} tuples, where instance is a map of attribute-value pairs (corresponding to the attributes defined in the ARFF header) and weight is an integer.