mvpa2.clfs.larsΒΆ

Least angle regression (LARS).

Inheritance diagram of mvpa2.clfs.lars

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.
LARS(**kwargs[, model_type, trace, ...]) Least angle regression (LARS).
LARSWeights(clf, **kwargs[, force_train]) SensitivityAnalyzer that reports the weights LARS trained
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.
LARS(**kwargs[, model_type, trace, ...]) Least angle regression (LARS).
LARSWeights(clf, **kwargs[, force_train]) SensitivityAnalyzer that reports the weights LARS trained
Sensitivity(clf, **kwargs[, force_train]) Sensitivities of features for a given Classifier.

NeuroDebian

NITRC-listed