org.omegahat.Simulation.MCMC.Listeners
Class PosteriorProbWriter
java.lang.Object
|
+--org.omegahat.Simulation.MCMC.Listeners.ListenerWriter
|
+--org.omegahat.Simulation.MCMC.Listeners.PosteriorProbWriter
- All Implemented Interfaces:
- MCMCListener, MCMCListenerWriter
- public class PosteriorProbWriter
- extends ListenerWriter
Method Summary |
void |
notify(MCMCEvent e)
Function to be called for notification |
void |
print(java.lang.String ignored)
Write arbitrary text to the output stream. |
void |
println(java.lang.String ignored)
Write arbitrary text to the output stream. |
Methods inherited from class java.lang.Object |
, clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
PosteriorProbWriter
protected PosteriorProbWriter()
throws java.io.IOException
PosteriorProbWriter
public PosteriorProbWriter(java.lang.String filename,
boolean append,
boolean storeTime)
throws java.io.IOException
PosteriorProbWriter
public PosteriorProbWriter(java.lang.String filename,
boolean append)
throws java.io.IOException
PosteriorProbWriter
public PosteriorProbWriter(java.lang.String filename)
throws java.io.IOException
notify
public void notify(MCMCEvent e)
- Description copied from interface:
MCMCListener
- Function to be called for notification
- Overrides:
notify
in class ListenerWriter
println
public void println(java.lang.String ignored)
- Description copied from interface:
MCMCListenerWriter
- Write arbitrary text to the output stream.
- Overrides:
println
in class ListenerWriter
print
public void print(java.lang.String ignored)
- Description copied from interface:
MCMCListenerWriter
- Write arbitrary text to the output stream.
- Overrides:
print
in class ListenerWriter