Mercurial > pylearn
comparison dataset.py @ 356:18702ceb2096
Added more functions
author | Joseph Turian <turian@iro.umontreal.ca> |
---|---|
date | Thu, 19 Jun 2008 16:18:37 -0400 |
parents | d580b3a369a4 |
children | 835830e52b42 |
comparison
equal
deleted
inserted
replaced
355:430c9e92cd23 | 356:18702ceb2096 |
---|---|
1 | 1 |
2 from lookup_list import LookupList as Example | 2 from lookup_list import LookupList as Example |
3 from misc import unique_elements_list_intersection | 3 from common.misc import unique_elements_list_intersection |
4 from string import join | 4 from string import join |
5 from sys import maxint | 5 from sys import maxint |
6 import numpy, copy | 6 import numpy, copy |
7 | 7 |
8 from exceptions import * | 8 from exceptions import * |