public class ExactIntervalAugSpaceSampler extends AbstractAugmentedSpaceSampler
| Constructor and Description |
|---|
ExactIntervalAugSpaceSampler(weka.core.Instances preciseInsts,
java.util.Random rng) |
| Modifier and Type | Method and Description |
|---|---|
weka.core.Instance |
augSpaceSample()
Generates a point in the augmented space from the AugmentedSpaceSampler's precise dataset.
|
generateAugPoint, getPreciseInsts, getRngpublic ExactIntervalAugSpaceSampler(weka.core.Instances preciseInsts,
java.util.Random rng)
public weka.core.Instance augSpaceSample()
IAugmentedSpaceSampler