Attribute-Relation File Format
From Just Solve the File Format Problem
(Difference between revisions)
(→References) |
(add ForensicsWiki entry link (all details already included)) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {{FormatInfo |
− | | | + | |formattype=electronic |
− | | | + | |subcat=Text-based data |
− | + | |extensions={{ext|arff}} | |
− | + | }} | |
− | + | ||
− | | | + | |
− | | | + | |
− | + | ||
− | '''Attribute-Relation File Format''' is an [[ASCII]] text file that describes a list of instances sharing a set of attributes. ARFF files were developed by the Machine Learning Project at the Department of Computer Science of The University of Waikato | + | '''Attribute-Relation File Format''' is an [[ASCII]] text file that describes a list of instances sharing a set of attributes. ARFF files were developed by the Machine Learning Project at the Department of Computer Science of The University of Waikato, New Zealand, for use with the Weka machine learning software. |
− | + | ||
− | + | ||
== References == | == References == | ||
+ | * Main documentation at the University of Waikato [http://weka.wikispaces.com/ARFF ARFF] | ||
+ | * Superseded documentation from 2008 [http://www.cs.waikato.ac.nz/ml/weka/arff.html Attribute-Relation File Format (ARFF)] | ||
+ | * [http://code.activestate.com/recipes/440533/ ARFF to SQL Python recipe] | ||
− | * [ | + | == Links == |
− | + | * [https://web.archive.org/web/20190427230032/http://forensicswiki.org/wiki/ARFF ForensicsWiki entry] | |
− | + | ||
− | + |
Latest revision as of 23:21, 25 October 2020
Attribute-Relation File Format is an ASCII text file that describes a list of instances sharing a set of attributes. ARFF files were developed by the Machine Learning Project at the Department of Computer Science of The University of Waikato, New Zealand, for use with the Weka machine learning software.
[edit] References
- Main documentation at the University of Waikato ARFF
- Superseded documentation from 2008 Attribute-Relation File Format (ARFF)
- ARFF to SQL Python recipe