Home | Trees | Indices | Help |
---|
|
The :mod:`parsimony.functions.losses` module contains the loss functions used throughout the package. These represent mathematical functions and should thus have properties used by the corresponding algorithms. These properties are defined in :mod:`parsimony.functions.properties`.
Loss functions should be stateless. Loss functions may be shared and copied and should therefore not hold anything that cannot be recomputed the next time it is called.
Created on Mon Apr 22 10:54:29 2013
Copyright (c) 2013-2014, CEA/DSV/I2BM/Neurospin. All rights reserved.
Author: Tommy Löfstedt, Vincent Guillemot, Edouard Duchesnay and Fouad Hadj-Selem
License: BSD 3-clause.
|
|||
LinearRegression The Linear regression loss function. |
|||
RidgeRegression The Ridge Regression function, i.e. |
|||
LogisticRegression The Logistic Regression loss function. |
|||
RidgeLogisticRegression The Logistic Regression loss function with a squared L2 penalty. |
|||
LatentVariableVariance | |||
LinearFunction A linear function. |
|
|||
__package__ =
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |