Uses of Class
databionics.esom.train.SOM

Packages that use SOM
databionics.esom.train Implementation of training algorithms. 
databionics.esom.train.search   
 

Uses of SOM in databionics.esom.train
 

Subclasses of SOM in databionics.esom.train
 class Batch2SOM
          batch version of SOM Training, without counting more hits, just update everything after whole epoche
 class BatchSOM
          Implementation of the batch SOM training.
 class HybridBatchSOM
          batch version, which goes online, if too many same hits are realized
 class KBatchSOM
          version of batch training, updates map every k-th epoch
 class OnlineSOM
          Implementation of the standard SOM training by pattern: The update of the best matching neuron and its neighbors is done right after the best match search for the curent pattern.
 class SlowBatchSOM
          batch version of SOM Training, without counting more hits, just update everything after whole epoche
 

Uses of SOM in databionics.esom.train.search
 

Fields in databionics.esom.train.search declared as SOM
protected  SOM BmSearch.som
           
 

Methods in databionics.esom.train.search with parameters of type SOM
 void BmSearch.setSOM(SOM som)
           
 



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.