|
testAddPatterns(self)
Test composition of new datasets by addition of existing ones |
source code
|
|
|
testFeatureSelection(self)
Testing feature selection: sorted/not sorted, feature groups |
source code
|
|
|
|
|
testEvilSelects(self)
Test some obscure selections of samples via select() or __getitem__ |
source code
|
|
|
|
|
|
|
|
|
testAttributes(self)
Test adding custom attributes to a dataset |
source code
|
|
|
testRequiredAtrributes(self)
Verify that we have required attributes |
source code
|
|
|
testZScoring(self)
Test z-scoring transformation |
source code
|
|
|
|
|
|
|
testApplyMapper(self)
Test creation of new dataset by applying a mapper |
source code
|
|
|
testId(self)
Test Dataset.idhash() if it gets changed if any of the
labels/chunks changes |
source code
|
|
|
|
|
|
|
testLabelsMapping(self)
Test mapping of the labels from strings to numericals |
source code
|
|
|
testLabelsMappingAddDataset(self)
Adding datasets needs special care whenever labels mapping
is used. |
source code
|
|
|
|
|
|