SampleFilter
SampleFilter filters a set of samples
SampleFIlter takes a MedSamples object and generates a new one (optionally in-place) which contains a subset of the original samples. SampleFilters may (optinally) require a MedRepository to apply the filtering SampleFilter is a virtual class. See below for the list of implemeted children classes
Include file is - H:/MR/Libs/Internal/MedUtils/MedProcessTools/SampleFliter.h
Name | Value | Class | Note |
---|---|---|---|
train | SMPL_FILTER_TRN | BasicTrainFilter | Generate a training set |
test | SMPL_FILTER_TST | BasicTestFilter | Generate a test set |
outliers | SMPL_FILTER_OUTLIERS | OutlierSampleFilter | Remove outlying outcomes |
match | SMPL_FILTER_MATCH | MatchingSampleFilter | Perform matching |
required | SMPL_FILTER_REQ_SIGNAL | RequiredSignalFilter | OBSOLETE, replaced by 'basic' |
basic | SMPL_FILTER_BASIC | BasicSampleFilter | A range of filtering options |