|
|
|
rebuildSamples(self)
Update the combined samples matrix from all underlying datasets. |
source code
|
|
|
__getattr__(self,
name)
Implemented to redirect access to underlying datasets. |
source code
|
|
|
selectFeatures(self,
ids,
sort=True)
Do feature selection on all underlying datasets at once. |
source code
|
|
|
applyMapper(self,
*args,
**kwargs)
Apply a mapper on all underlying datasets. |
source code
|
|
|
selectSamples(self,
*args,
**kwargs)
Select samples from all underlying datasets at once. |
source code
|
|
|
permuteLabels(self,
*args,
**kwargs)
Toggle label permutation. |
source code
|
|
|
getRandomSamples(self,
nperlabel)
Return a MetaDataset with a random subset of samples. |
source code
|
|
|
getNSamples(self)
Currently available number of samples. |
source code
|
|
|
getNFeatures(self)
Number of features per sample. |
source code
|
|
|
setSamplesDType(self,
dtype)
Set the data type of the samples array. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|