arff

Undocumented in source.

Members

Enums

AttributeType
enum AttributeType

Indicates the type of an attribute.

Functions

loadARFF
ARFF loadARFF(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
parseARFF
ARFF parseARFF(string content)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ARFF
struct ARFF

Stores a collection of instances loaded from an ARFF file.

Attribute
struct Attribute

Contains metadata relating to an attribute in the ARFF file.

Meta