| Interface | Description |
|---|---|
| IAugmentedSpaceSampler |
Interface representing a class that samples interval-valued data from a set of precise data points.
|
| IAugSpaceSamplingFunction |
| Class | Description |
|---|---|
| AbstractAugmentedSpaceSampler | |
| AugSpaceAllPairs | |
| ChooseKAugSpaceSampler |
Samples interval-valued data from a dataset of precise points by sampling k precise points (with replacement)
and generating a point in the interval-valued augmented space by only considering those k points, i.e. choosing
respective minima and maxima for each attribute from the chosen precise points.
|
| ExactIntervalAugSpaceSampler |
Samples interval-valued data from a dataset of precise points.
|
| KNNAugSpaceSampler |
Samples interval-valued data from a dataset of precise points.
|