Class AbstractAugmentedSpaceSampler
- java.lang.Object
-
- ai.libs.jaicore.ml.weka.rangequery.AbstractAugmentedSpaceSampler
-
- All Implemented Interfaces:
IAugmentedSpaceSampler
- Direct Known Subclasses:
ChooseKAugSpaceSampler,ExactIntervalAugSpaceSampler,KNNAugSpaceSampler
public abstract class AbstractAugmentedSpaceSampler extends java.lang.Object implements IAugmentedSpaceSampler
-
-
Constructor Summary
Constructors Constructor Description AbstractAugmentedSpaceSampler(weka.core.Instances preciseInsts, java.util.Random rng)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static weka.core.InstancegenerateAugPoint(java.util.List<weka.core.Instance> insts)weka.core.InstancesgetPreciseInsts()java.util.RandomgetRng()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.libs.jaicore.ml.weka.rangequery.IAugmentedSpaceSampler
augSpaceSample
-
-