Package jdistlib.inference
Interface SparseSubsetProgressListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Progress callback for one restartable sparse RJMCMC segment.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(int segmentCompleted, int segmentTotal, long totalCompleted, boolean warmup, SparseSubsetIterationStats statistics)
-
Method Details
-
update
void update(int segmentCompleted, int segmentTotal, long totalCompleted, boolean warmup, SparseSubsetIterationStats statistics)
-