clarion.nacs
Class AbsEM

java.lang.Object
  extended byclarion.nacs.AbsEM

public class AbsEM
extends java.lang.Object


Constructor Summary
AbsEM(int nIdx, Global g)
          construcutor.
 
Method Summary
 AbsEMSample[] getSamples()
          Returns the samples.
 void offlineTrain(EMAcsSample item)
          offline train the AFN and SFN using the specific sample.
 java.lang.String testing()
          testing the learning of AFN and SFN.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsEM

public AbsEM(int nIdx,
             Global g)
construcutor.

Parameters:
nIdx - the index to the ACS network to train.
g - the associated global setting.
Method Detail

getSamples

public AbsEMSample[] getSamples()
Returns the samples.

Returns:
the samples.

offlineTrain

public void offlineTrain(EMAcsSample item)
offline train the AFN and SFN using the specific sample.

Parameters:
item - the item for training AEM.

testing

public java.lang.String testing()
testing the learning of AFN and SFN.