This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 0.6 series of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa.clfs.glmnetΒΆ

GLM-Net (GLMNET) regression and classifier.

Inheritance diagram of mvpa.clfs.glmnet

Functions

accepts_dataset_as_samples(fx) Decorator to extract samples from Datasets.

Classes

Classifier(**kwargs[, space]) Abstract classifier class to be inherited by all classifiers ..
Dataset(samples[, sa, fa, a]) Generic storage class for datasets with multiple attributes.
GLMNETWeights(clf, **kwargs[, force_train]) SensitivityAnalyzer that reports the weights GLMNET trained
GLMNET_C(**kwargs) GLM-NET Multinomial Classifier.
GLMNET_R(**kwargs) GLM-NET Gaussian Regression Classifier.
Parameter(default, **kwargs[, ro, index, ...]) This class shall serve as a representation of a parameter.
Sensitivity(clf, **kwargs[, force_train]) Sensitivities of features for a given Classifier.

Exceptions

Classifier(**kwargs[, space]) Abstract classifier class to be inherited by all classifiers ..
Dataset(samples[, sa, fa, a]) Generic storage class for datasets with multiple attributes.
GLMNETWeights(clf, **kwargs[, force_train]) SensitivityAnalyzer that reports the weights GLMNET trained
GLMNET_C(**kwargs) GLM-NET Multinomial Classifier.
GLMNET_R(**kwargs) GLM-NET Gaussian Regression Classifier.
Parameter(default, **kwargs[, ro, index, ...]) This class shall serve as a representation of a parameter.
Sensitivity(clf, **kwargs[, force_train]) Sensitivities of features for a given Classifier.

NeuroDebian

NITRC-listed