org.omegahat.Simulation.MCMC
Class CustomGibbsSampler.listenerPrinter

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.CustomGibbsSampler.listenerPrinter
All Implemented Interfaces:
MCMCListener
Enclosing class:
CustomGibbsSampler

public static class CustomGibbsSampler.listenerPrinter
extends java.lang.Object
implements MCMCListener


Field Summary
 int step
           
 
Constructor Summary
CustomGibbsSampler.listenerPrinter()
           
 
Method Summary
 void notify(MCMCEvent e)
          Function to be called for notification
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

step

public int step
Constructor Detail

CustomGibbsSampler.listenerPrinter

public CustomGibbsSampler.listenerPrinter()
Method Detail

notify

public void notify(MCMCEvent e)
Description copied from interface: MCMCListener
Function to be called for notification
Specified by:
notify in interface MCMCListener