Package jdistlib.inference
Class ReversibleJumpCheckpointIO
java.lang.Object
jdistlib.inference.ReversibleJumpCheckpointIO
Checksummed portable persistence for complete reversible-jump restart state.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwrite(Path path, ReversibleJumpCheckpoint checkpoint, String modelFingerprint, String optionsFingerprint)
-
Method Details
-
write
public static void write(Path path, ReversibleJumpCheckpoint checkpoint, String modelFingerprint, String optionsFingerprint) throws IOException - Throws:
IOException
-
read
public static PortableReversibleJumpCheckpoint read(Path path, String expectedModelFingerprint, String expectedOptionsFingerprint) throws IOException - Throws:
IOException
-