[mlpack] 122/207: Sample test file for ARFF Loader

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 095e1e65cbb9f38e061e73145a3ef2e6fbeeb75d
Author: Praveen Ch <chvsp972911 at gmail.com>
Date:   Fri Mar 3 19:02:38 2017 +1100

    Sample test file for ARFF Loader
---
 src/mlpack/tests/data/casecheck.arff | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/mlpack/tests/data/casecheck.arff b/src/mlpack/tests/data/casecheck.arff
new file mode 100644
index 0000000..1cae0c8
--- /dev/null
+++ b/src/mlpack/tests/data/casecheck.arff
@@ -0,0 +1,16 @@
+% @file: casecheck.arff
+% @author: Praveen Ch
+%
+% This file declares the @relation, @attribute, @data tags in non uniform mix 
+% of upper-case and lower-case letters to show that the ARFF loader is case
+% insensitive.
+
+ at RELATION dummy
+
+ at ATTribute height numeric
+ at ATTRIBUTE weight numeric
+
+ at DATA
+120,56
+45,85
+99,200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list