I've finally gotten a reader created for arff file format, as talked about in issue #32. It was added as an option to clml.hjs.read-data:read-data-from-file and clml.hjs.read-data:read-data-from-stream (which also got some cleaning up) and clml.utility.arff:read-arff-stream is the function to read arff files specifically.
This is developed off the code in pull request #34, so that I could make sure I wasn't causing new tests to fail. So, accepting this pull request adds that code and has the same notes about causing travis to indicate failure due to failing tests being properly tested.
I've finally gotten a reader created for arff file format, as talked about in issue #32. It was added as an option to
clml.hjs.read-data:read-data-from-file
andclml.hjs.read-data:read-data-from-stream
(which also got some cleaning up) andclml.utility.arff:read-arff-stream
is the function to read arff files specifically.This is developed off the code in pull request #34, so that I could make sure I wasn't causing new tests to fail. So, accepting this pull request adds that code and has the same notes about causing travis to indicate failure due to failing tests being properly tested.