|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.nacs.EM
Constructor Summary | |
EM(int nIdx,
Global g,
int type)
constructor. |
Method Summary | |
void |
checkValid()
check if the BLA of a chunk falls below the threshold_EM, it should be called first. |
EMAcsSample[] |
getAcsSamples(int trainType)
Returns the ACS samples. |
EMNacsSample[] |
getNacsSamples()
Returns the NACS samples. |
void |
initChunkLists()
initialize the list of existing or empty chunks. |
void |
insertItem(Chunk chunk)
insert a specific chunk into the EM. |
void |
reinit()
reinitialization routine. |
void |
setCurrentTime(long time)
Set current time. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EM(int nIdx, Global g, int type)
nIdx
- net index.g
- the global setting.type
- the EM type: ACS or NACS.Method Detail |
public void initChunkLists()
public void reinit()
public EMAcsSample[] getAcsSamples(int trainType)
trainType
- training type: ACS or AEM.
public EMNacsSample[] getNacsSamples()
public void setCurrentTime(long time)
time
- the time to set.public void checkValid()
public void insertItem(Chunk chunk)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |