Home | Trees | Indices | Help |
|
---|
|
ProxyClassifier which uses some mapper prior training/testing.
MaskMapper can be used just a subset of features to train/classify. Having such classifier we can easily create a set of classifiers for BoostedClassifier, where each classifier operates on some set of features, e.g. set of best spheres from SearchLight, set of ROIs selected elsewhere. It would be different from simply applying whole mask over the dataset, since here initial decision is made by each classifier and then later on they vote for the final decision across the set of classifiers.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
mapper = property(lambda x: x.__mapper, doc= "Used mapper")
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
__mapper mapper to help us our with prepping data to training/classification |
|
|||
Inherited from |
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:21 2012 | http://epydoc.sourceforge.net |