Download the PHP package cocur/arff without Composer
On this page you can find all versions of the php package cocur/arff. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package arff
cocur/arff
Read and write
.arff
files for Weka.
Developed by Florian Eckerstorfer in Vienna, Europe.
Installation
You can install cocur/arff
with Composer:
Usage
Write .arff
file
Read .arff
file
Available types of columns
Cocur\Arff\Column\NumericColumn
Cocur\Arff\Column\StringColumn
Cocur\Arff\Column\NominalColumn
Cocur\Arff\Column\DateColumn
Date columns
You can define the date format for date columns. The format is only used to write to the Arff file, you need to convert the date manually before adding the data.
Plum Integration
cocur/arff contains a writer for Plum.
Changelog
Version 0.2.3 (7 September 2018)
- #3 Support more generic relation name and drops malformed lines (by frantzmiccoli)
Version 0.2.2 (16 March 2018)
- Case-insensitive parsing of column type
Version 0.2.1 (2 September 2017)
- Fix parsing of nominal columns
Version 0.2 (2 September 2017)
- Split
ArffFile
intoCocur\Arff\Document
andCocur\Arff\Writer
- Add
Cocur\Arff\Reader
to read.arff
files
Version 0.1 (17 July 2015)
- Initial release
License
The MIT license applies to cocur/arff. For the full copyright and license information, please view the LICENSE file distributed with this source code.
All versions of arff with dependencies
PHP Build Version
Package Version
No informations.
The package cocur/arff contains the following files
Loading the files please wait ....