Home | Trees | Indices | Help |
---|
|
1 # -*- coding: utf-8 -*- 2 """ 3 Created on Tue Jan 21 14:54:28 2014 4 5 Copyright (c) 2013-2014, CEA/DSV/I2BM/Neurospin. All rights reserved. 6 7 @author: Tommy Löfstedt and Edouard Duchesnay 8 @email: lofstedt.tommy@gmail.com, edouard.duchesnay@cea.fr 9 @license: BSD 3-clause. 10 """ 11 from . import properties 12 from . import losses 13 from . import combinedfunctions 14 15 __all__ = ["properties", "losses", "combinedfunctions"] 16
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:13 2015 | http://epydoc.sourceforge.net |