Package jdistlib.inference
Interface SparseSubsetDrawSink
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Streaming callback for retained sparse draws.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(long retainedIndex, SparseSubsetState state, double logJoint, SparseSubsetIterationStats statistics)
-
Method Details
-
accept
void accept(long retainedIndex, SparseSubsetState state, double logJoint, SparseSubsetIterationStats statistics)
-