diff datasets/__init__.py @ 163:4b28d7382dbf

Add inital implementation of datasets. For the moment only nist_digits is defined.
author Arnaud Bergeron <abergeron@gmail.com>
date Thu, 25 Feb 2010 18:40:01 -0500
parents
children 224321bf043a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datasets/__init__.py	Thu Feb 25 18:40:01 2010 -0500
@@ -0,0 +1,1 @@
+from nist import *