Package jdistlib.inference
Interface ReversibleJumpDrawSink
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Streaming sink for ragged retained RJ draws.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(int retained, ReversibleJumpState state, double logJoint, ReversibleJumpIterationStats statistics)
-
Method Details
-
accept
void accept(int retained, ReversibleJumpState state, double logJoint, ReversibleJumpIterationStats statistics)
-