Package parsimony :: Package datasets
[hide private]
[frames] | no frames]

Source Code for Package parsimony.datasets

 1  # -*- coding: utf-8 -*- 
 2  """ 
 3  Created on Mon Apr 22 11:31:13 2013 
 4   
 5  Copyright (c) 2013-2014, CEA/DSV/I2BM/Neurospin. All rights reserved. 
 6   
 7  @author:  Tommy Löfstedt and Edouard Duchesnay 
 8  @email:   tommy.loefstedt@cea.fr, edouard.duchesnay@cea.fr 
 9  @license: BSD 3-clause. 
10  """ 
11  import Russett 
12  import simulate 
13  import regression 
14  import classification 
15   
16  __all__ = ['Russett', 'simulate', 
17             'regression', 'classification'] 
18