Inheritance diagram for nipy.algorithms.statistics.classification:
TODO
Bases: nipy.fixes.scipy.stats.models.model.Model
TODO
Methods
| fit | |
| initialize | |
| learn | |
| predict |
Fit a model to data.
Initialize (possibly re-initialize) a Model instance. For instance, the design matrix of a linear model may change and some things must be recomputed.
| Parameters : |
|
|---|---|
| Returns : | None |
After a model has been fit, results are (assumed to be) stored in self.results, which itself should have a predict method.