Manipulating machine learning datasets in VS .net

As a task for a Business Intelligence exercise I was looking for a simple C#-library to read/write/manipulate Weka attribute-relation file format (ARFF) files. The library should ideally already be pulished in the official NuGet Gallery repository to simply be used within Visual Studio 15 and the integrated NuGet-package manager.
1 answer

Manipulating machine learning datasets in VS .net

This article solves the following challenge: 

Manipulating machine learning datasets in VS .net

Through extensive research on the web a NuGet-package called "ArffTools"[1] was found. It provides a clean API to read (ArffReader) .arff files into comprehensive C#-classes and write (ArffWriter) the respective objects into a new file. It provides classes for ArffHeaders, ArffAttributes, ArffAttributeTypes and an array for the data-instances, which allows to deal with Arff files in a simple way [2].
References:
[1] https://www.nuget.org/packages/ArffTools/
[2] https://github.com/chausner/ArffTools

Evaluate complexity of present statement:

Select ratingCancelGuessingPassing knowledgeKnowledgeableExpert

Your rating: 3 Average: 3 (3 votes)