Interface IAugmentedSpaceSampler
-
- All Known Implementing Classes:
AbstractAugmentedSpaceSampler,ChooseKAugSpaceSampler,ExactIntervalAugSpaceSampler,KNNAugSpaceSampler
public interface IAugmentedSpaceSamplerInterface representing a class that samples interval-valued data from a set of precise data points.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description weka.core.InstanceaugSpaceSample()Generates a point in the augmented space from the AugmentedSpaceSampler's precise dataset.
-