|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jstacs.models.mixture.gibbssampling.BurnInTest
public abstract class BurnInTest
This is the abstract super class for any test of the length of the burn-in phase.
Constructor Summary | |
---|---|
BurnInTest()
|
Method Summary | |
---|---|
BurnInTest |
clone()
|
abstract String |
getInstanceName()
Returns a short description of the burn-in test. |
abstract int |
getLengthOfBurnIn(int index)
Return the length of the burn in phase of sampling index . |
abstract void |
resetAllValues()
This method can be used to remove all values from the internal memory. |
abstract void |
setCurrentSamplingIndex(int index)
This method sets the value of the current sampling. this allows to assign th evalues form setValue(double) to a sampling. |
abstract void |
setValue(double val)
This method can be used to fill the internal memory with the values that will be used to determine the length of the burn-in phase. |
abstract void |
test()
Computes the length of the burn-in phase using the values from setValue(double) . |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.jstacs.Storable |
---|
toXML |
Constructor Detail |
---|
public BurnInTest()
Method Detail |
---|
public BurnInTest clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public abstract void setCurrentSamplingIndex(int index)
setValue(double)
to a sampling.
index
- the index of the samplingpublic abstract void setValue(double val)
val
- the valuepublic abstract void test()
setValue(double)
.
public abstract void resetAllValues()
public abstract int getLengthOfBurnIn(int index)
index
.
index
- the index of the sampling
index
public abstract String getInstanceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |