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

Source Code for Package parsimony.datasets.regression

 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 dice5 
12   
13  __all__ = ['dice5'] 
14