Package jdistlib.inference
Interface DrawSink
- All Known Implementing Classes:
ChunkedDrawSink,GeneratedQuantitySink,MappedDrawStore
public interface DrawSink
Streaming destination for retained draws; implementations must copy if needed later.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(int retainedIndex, double[] state, double logDensity, IterationStats statistics)
-
Method Details
-
accept
-