public class ChooseKAugSpaceSampler extends AbstractAugmentedSpaceSampler
| Constructor and Description |
|---|
ChooseKAugSpaceSampler(weka.core.Instances preciseInsts,
java.util.Random rng,
int k) |
| Modifier and Type | Method and Description |
|---|---|
weka.core.Instance |
augSpaceSample()
Generates a point in the augmented space from the AugmentedSpaceSampler's precise dataset.
|
int |
getK() |
void |
setK(int k) |
generateAugPoint, getPreciseInsts, getRngpublic ChooseKAugSpaceSampler(weka.core.Instances preciseInsts,
java.util.Random rng,
int k)
public weka.core.Instance augSpaceSample()
IAugmentedSpaceSamplerpublic int getK()
public void setK(int k)
k - the k to set