public abstract class RandomisedIntegrator extends AIntegrator implements weka.core.Randomizable
| Constructor and Description |
|---|
RandomisedIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumSamples() |
int |
getSeed() |
void |
setNumSamples(int numSamples) |
void |
setSeed(int seed) |
getFunction, getLowerBound, getUpperBound, setFunction, setLowerBound, setUpperBoundequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitintegratepublic void setSeed(int seed)
setSeed in interface weka.core.Randomizablepublic int getSeed()
getSeed in interface weka.core.Randomizablepublic int getNumSamples()
public void setNumSamples(int numSamples)
numSamples - the numSamples to setCopyright © 2020. All rights reserved.