ARFF

Stores a collection of instances loaded from an ARFF file.

Constructors

this
this(string name, Attribute[] attribs, float[][] vals, uint lbls)
Undocumented in source.

Members

Functions

obscureLabels
float[] obscureLabels(float[] inst)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

attributes
Attribute[] attributes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
features
uint features [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
labels
uint labels [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
float[][] values [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta