ARFFData class
Represents a data entry in an ARFF (Attribute-Relation File Format) file.
This class stores a single data entry consisting of a name-value pair associated with an attribute in the ARFF file.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited