Mercurial > ift6266
comparison datasets/nist.py @ 164:e3de934a98b6
Add nist_lower, nist_upper, nist_all
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Thu, 25 Feb 2010 18:53:02 -0500 |
parents | 4b28d7382dbf |
children |
comparison
equal
deleted
inserted
replaced
163:4b28d7382dbf | 164:e3de934a98b6 |
---|---|
1 __all__ = ['nist_digits'] | 1 __all__ = ['nist_digits', 'nist_lower', 'nist_upper', 'nist_all'] |
2 | 2 |
3 from ftfile import FTDataSet | 3 from ftfile import FTDataSet |
4 | 4 |
5 PATH = '/data/lisa/data/nist/by_class/' | 5 PATH = '/data/lisa/data/nist/by_class/' |
6 | 6 |