menu
mlp package
documentation
arff_models/arff.dart
ARFF
data property
data property
dark_mode
light_mode
data
property
List
<
List
<
ARFFData
>
>
data
getter/setter pair
A list of data entries in the ARFF file.
Implementation
List<List<ARFFData>> data;
mlp package
documentation
arff_models/arff
ARFF
data property
ARFF class