Weka
Weka is an open-source software for Data Mining and Machine Learning written in Java, distributed under the GNU public license.
It includes four applications:
- Explorer - we will use explorer
- Experimenter
- Knowledge Flow
- SimpleCLI
The main file format used in Weka is ARFF (attribute-relation file format), which is a comma-separated value format.
Weka files store relations, attributes and values.
@attribute age numeric
@attribute sex {female, male}
@attribute cholesterol numeric
@data
63, male,233
67,male,286
Last update:
October 11, 2022 09:42:39
Created: October 11, 2022 09:42:39
Created: October 11, 2022 09:42:39
Authors: